←Select platform

Barcodes Property

Summary

Object that manages the barcodes of the document.

Syntax
C#
VB
C++
Java
public DocumentBarcodes Barcodes { get; } 
Public ReadOnly Property Barcodes() As DocumentBarcodes 
   Get 
public:  
   property DocumentBarcodes^ Barcodes 
   { 
      DocumentBarcodes^ get() 
   } 
public DocumentBarcodes getBarcodes() 

Property Value

The DocumentBarcodes object that manages the barcodes of this LEADDocument.

Remarks

Refer to DocumentBarcodes for more information.

Example

For an example, refer to DocumentBarcodes.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly