BarcodeResult Class
Description
A class that contains the format, location, content, etc. of a found barcode.
Public Members
Properties
-
Name Description BarcodeResult::BarcodeFormat Gets barcode type. BarcodeResult::BarcodeText Gets barcode data in pure text. BarcodeResult::BarcodeData Gets barcode data as byte array. BarcodeResult::Left The left-most coordinate of the barcode. BarcodeResult::Top The top-most coordinate of the barcode. BarcodeResult::Width The width of the barcode. BarcodeResult::Height The height of the barcode. BarcodeResult::X1 Gets the X coordinate of the top-left point of the barcode. BarcodeResult::Y1 Gets the Y coordinate of top-left point of the barcode. BarcodeResult::X2 Gets the X coordinate of top-right point of the barcode. BarcodeResult::Y2 Gets the Y coordinate of top-right point of the barcode. BarcodeResult::X3 Gets the X coordinate of bottom-right point of the barcode. BarcodeResult::Y3 Gets the Y coordinate of bottom-right point of the barcode. BarcodeResult::X4 Gets the X coordinate of bottom-left of the barcode. BarcodeResult::Y4 Gets the Y coordinate of bottom-left of the barcode. BarcodeResult::PageNum The page the barcode is on, 1-based index.