Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

Bounds Property (BarcodeData)

Show in webframe
The barcode location and size on the page.
Syntax
get_bounds();
set_bounds(value);
Object.defineProperty('bounds');

Property Value

TypeDescription
LeadRectDA 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.

See Also

Reference

BarcodeData Object
BarcodeData Members

Error processing SSI file