barcodes Property

Summary

Object that manages the barcodes of the document.

Syntax

JavaScript Syntax
Object.defineProperty(Document.prototype, 'barcodes', 
	get: function() 
) 
TypeScript Syntax
barcodes: DocumentBarcodes; // read-only 

Property Value

The DocumentBarcodes object that manages the barcodes of this Document.

Remarks

Refer to DocumentBarcodes for more information.

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