bounds Property

Summary

The barcode location and size on the page.

Syntax

JavaScript Syntax
Object.defineProperty(BarcodeData.prototype, 'bounds', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly