Outline and description of enumerations, structures, and classes.
Classes
| Class | Description |
| Barcode1d | Obsolete: This class contains linear (1D) barcode information for reading or writing 1D barcodes. |
| BarcodeColor | Obsolete: This class contains information about colors to be used when reading or writing barcodes. |
| BarcodeData | Obsolete: This class contains barcode data information to be read or written. |
| BarcodeEngine | Obsolete: This class contains the barcode engine used to read or write barcodes. |
| BarcodeException | Obsolete: The exception that is thrown when a Barcode error occurs. |
| BarcodeReadPdf | Obsolete: This class contains information for reading PDF417 or MicroPDF417 barcodes. |
| BarcodeWriteDatamatrix | Obsolete: This class contains information used to write ECC 200 Data Matrix symbols. |
| BarcodeWritePdf | Obsolete: This class contains information for writing PDF417/MicroPDF417 barcodes. |
| BarcodeWriteQr | Obsolete: This class contains QR barcode information for writing QR barcodes. |
Enumerations
| Enumeration | Description |
| Barcode1dAdvancedFlags | Obsolete: Flags that identify the linkage bit value for all GS1 Databar (formerly RSS14) types, GS1 Databar (formerly RSS14) truncated type, direction of GS1 Databar (formerly RSS14) stacked, number of GS1 Databar (formerly 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 | Obsolete: Flags that identify the MSI barcode type, Code11 barcode type, and reading speed. |
| BarcodeDataFlags | Obsolete: Flags that identify barcode properties for the Linear, PDF417, MicroPDF417, DataMatrix and QR barcodes. |
| BarcodeDirectionFlags | Obsolete: Flags that identify the barcode direction, used when reading linear and PDF417 barcodes. |
| BarcodeExceptionCode | Obsolete: Flags that identify the exception codes. |
| BarcodeJustifyFlags | Obsolete: Flags that identify the barcode justification for PDF417/MicroPDF417 barcodes. |
| BarcodeMajorTypeFlags | Obsolete: Flags that identify the barcode major types. |
| BarcodePdf417EccLevelFlags | Obsolete: Flags that identify the barcode PDF417 ECC level. |
| BarcodeQrEccLevel | Obsolete: Flags that identify the QR ECC level. |
| BarcodeReadFlags | Obsolete: Flags that identify the read processing options. |
| BarcodeSearchTypeFlags | Obsolete: Flags that identify the barcode types to search. |
| BarcodeUnit | Obsolete: Flags that identify the unit of measure to be used when measuring barcode sizes. |
| BarcodeWriteFlags | Obsolete: Flags that identify the write processing options. |
See Also