![]() | Opait.Barcoder.Api Namespace |
Class | Description | |
---|---|---|
![]() | Barcoder |
The main barcoder class that initializes the library and can be used
to create all other API interfaces.
|
![]() | BarcoderException |
Defines an exception that is thrown by barcode error handlers.
|
![]() | BitMatrix |
Defines a two dimensional bit matrix.
|
![]() | Categories |
Class defines categories of supported barcode types.
|
Interface | Description | |
---|---|---|
![]() | IBarcoderOptions |
Class encapsulates options for encoding and decoding of barcodes.
|
![]() | IBitmapRenderer |
Renders barcodes as GDI Bitmaps.
|
![]() | IDecoder |
Interface for decoding a barcode.
|
![]() | IDecoderOptions |
Defines options for decoding barcodes.
|
![]() | IDecoderResult |
Defines the result of decoding a barcode.
|
![]() | IEncoder |
Interface for encoding data as a barcode.
|
![]() | IEncoderOptions |
Defines options for encoding barcodes.
|
![]() | IPdfDecoder |
Interface for detecting barcodes in PDF documents.
|
![]() | IPdfDocument |
Interface of a PDF document.
|
![]() | IPdfPage |
Interface of a PDF page.
|
![]() | IPdfRenderer |
Renders barcodes as embedded PDF objects.
|
![]() | ISvgRenderer |
Renders barcodes as Scalable Vector Graphics (SVG) images.
|
Enumeration | Description | |
---|---|---|
![]() | BarcodeType |
Specifies the type of barcode symbology.
|
![]() | ErrorCorrection |
Error correction level for two dimensional barcode symbologies.
These define the tolerance levels for how much of the code can
be lost before the code cannot be recovered. Higher levels will
increase the size of the barcodes.
|
![]() | ResultType |
Represents the type of data encoded by a barcode.
|