Outline and description of enumerations, structures, and classes.
Classes
Class | Description |
Barcode1d |
This class contains linear (1D) barcode information for reading or writing 1D barcodes.
|
BarcodeColor |
This class contains colors information for reading or writing barcodes
|
BarcodeData |
This class contains barcode data information to be read or written.
|
BarcodeEngine |
This class contains barcode engine to read or write barcodes.
|
BarcodeException |
The exception that is thrown when a Barcode error occurs.
|
BarcodeReadPdf |
This class contains information for reading PDF417 or MicroPDF417 barcodes.
|
BarcodeWriteDatamatrix |
This class contains write information for Data Matrix barcode.
|
BarcodeWritePdf |
This class contains information for writing PDF417/MicroPDF417 barcodes.
|
BarcodeWriteQr |
This class contains QR barcode information for writing QR barcodes.
|
Enumerations
Enumeration | Description |
Barcode1dAdvancedFlags |
Flags that identify the linkage bit value for all RSS14 types, RSS14 truncated type, direction of RSS14 stacked, number of RSS14 expanded stacked rows for write, and Australian post CIF table for read and write. You can use a bitwise OR (|) to specify one flag from each group.
|
Barcode1dStandardFlags |
Flags that identify the MSI barcode type, Code11 barcode type, and reading speed.
|
BarcodeDataFlags |
Flags that identify barcode properties for the Linear, PDF417, MicroPDF417, DataMatrix and QR barcodes.
|
BarcodeDirectionFlags |
Flags that identify the barcode direction, used when reading linear and PDF417 barcodes.
|
BarcodeExceptionCode |
Flags that identify the exception codes.
|
BarcodeJustifyFlags |
Flags that identify the barcode justification for PDF417/MicroPDF417 barcodes.
|
BarcodeMajorTypeFlags |
Flags that identify the barcode major types.
|
BarcodePdf417EccLevelFlags |
Flags that identify the barcode PDF417 ECC level.
|
BarcodeQrEccLevel |
Flags that identify the QR ECC level.
|
BarcodeReadFlags |
Flags that identify the read processing options.
|
BarcodeSearchTypeFlags |
Flags that identify the barcode types to search.
|
BarcodeUnit |
Flags that identify the units of measurment for barcode sizes.
|
BarcodeWriteFlags |
Flags that identify the write processing options.
|
See Also