Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

What it does

Represents a found barcode.

Properties

NameTypeAccessDescription
RectIPageRectRead-onlyRectangle of the barcode area on the page.
ValuestringRead-onlyValue of the found barcode.
TypestringRead-onlyBarcode type. See Barcode types below.
OrientationstringRead-onlyBarcode orientation. See Orientations below.

Barcode types

Values are case-insensitive.
  • Code39
  • CheckCode39
  • Interleaved25
  • CheckInterleaved25
  • EAN13
  • Code128
  • EAN8
  • PDF417
  • Codabar
  • CheckCodabar
  • UPCA
  • UPCE
  • Industrial25
  • IATA25
  • Matrix25
  • Code93
  • Postnet
  • UCC128
  • Patch
  • Code39WithoutAsterisk
  • Aztec
  • Datamatrix
  • QRCode

Orientations

Values are case-insensitive.
  • LeftToRight
  • DownToTop
  • RightToLeft
  • TopToDown