Outline and description of classes and enumerations.
Classes
| Class | Description |
| Barcode1d | This class contains linear (1D) barcode information for reading or writing 1D barcodes. |
| BarcodeData | This class contains barcode data information to be read or written. |
| BarcodeReadActivity | Searches for barcodes within the specified area. |
| BarcodeReadPdf | This class contains information for reading PDF417 or MicroPDF417 barcodes. |
| BarcodeWriteActivity | Writes linear, PDF417, MicroPDF417, Data Matrix, and QR barcode symbols over the image. |
| 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 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. |
| 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. |
| 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 unit of measure to be used when measuring barcode sizes. |
| BarcodeWriteFlags | Flags that identify the write processing options. |
See Also