Dynamsoft.Barcode.BarcodeResult Class
Description
A class that stores the information of all the found barcodes including their formats, locations, contents, etc.
Public Members
-
Name Description BarcodeResult::BarcodeFormat Barcode type. BarcodeResult::BarcodeText Barcode data in pure text. BarcodeResult::BarcodeData Barcode data in byte[]. BarcodeResult::BoundingRect Barcode coordinates represented by a Rectangle object. BarcodeResult::ResultPoints Barcode coordinates represented by a Point[] object. BarcodeResult::PageNumber The page the barcode is on, 1-based index.