←Select platform

Barcodes Property

Summary

Object that manages the barcodes of the document.

Syntax

C#
VB
Java
C++
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 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