What it does
Represents a found barcode.Properties
| Name | Type | Access | Description |
|---|---|---|---|
Rect | IPageRect | Read-only | Rectangle of the barcode area on the page. |
Value | string | Read-only | Value of the found barcode. |
Type | string | Read-only | Barcode type. See Barcode types below. |
Orientation | string | Read-only | Barcode orientation. See Orientations below. |
Barcode types
Values are case-insensitive.Code39CheckCode39Interleaved25CheckInterleaved25EAN13Code128EAN8PDF417CodabarCheckCodabarUPCAUPCEIndustrial25IATA25Matrix25Code93PostnetUCC128PatchCode39WithoutAsteriskAztecDatamatrixQRCode
Orientations
Values are case-insensitive.LeftToRightDownToTopRightToLeftTopToDown
