The barcode location and size on the page.
Object.defineProperty(BarcodeData.prototype, 'bounds',
get: function(),
set: function(value)
)
bounds: LeadRectD;
A LeadRectD object that specifies the barcode location and size on the page. The default value is Empty.
The ReadBarcodes method is used to read one barcode or more from a document page. This method returns an object or an array of objects of type BarcodeData for each barcode found. Inside each object, the value of the Bounds property will be set to the location and size of the barcode in page coordinates.
For an example, refer to DocumentBarcodes.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET