Skip to main content

What it does

Represents a found barcode.

Properties

NameTypeAccessDescription
RectIPageRectRead-onlyA rectangle of the barcode area on the page.
ValuestringRead-onlyA value of the found barcode.
TypestringRead-onlyThe 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.
OrientationstringRead-onlyThe orientation of the barcode. Addmissible values: “LeftToRight”, “DownToTop”, “RightToLeft”, “TopToDown”. Strings are not sensitive to the letter case.