IScriptFoundBarcode
What it does
Represents a found barcode.
Properties
Name | Type | Access | Description |
Rect | IPageRect | Read-only | A rectangle of the barcode area on the page. |
Value | string | Read-only | A value of the found barcode. |
Type | string | Read-only | The barcode type. Addmissible values: "Code39", "CheckCode39", "Interleaved25", "CheckInterleaved25", "EAN13", "Code128", "EAN8", "PDF417", "Codabar", "CheckCodabar", "UPCA", "UPCE", "Industrial25", "IATA25", "Matrix25", "Code93", "Postnet", "UCC128", "Patch", "Code39WithoutAsterisk", "Aztec", "Datamatrix", "QRCode". Strings are not sensitive to the letter case. |
Orientation | string | Read-only | The orientation of the barcode. Addmissible values: "LeftToRight", "DownToTop", "RightToLeft", "TopToDown". Strings are not sensitive to the letter case. |
26.03.2024 13:49:49