bounds Property

Summary

The barcode location and size on the page.

Syntax
TypeScript
JavaScript
Object.defineProperty(BarcodeData.prototype, 'bounds', 
   get: function(), 
   set: function(value) 
) 
bounds: LeadRectD; 

Property Value

A LeadRectD object that specifies the barcode location and size on the page. The default value is Empty.

Remarks

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.

Example

For an example, refer to DocumentBarcodes.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.