Gets a collection of all barcodes in a document. The property value is an object of the type DataVisualization.BarcodeCollection. The collection can be used to get or to alter a barcode's attributes and to add barcodes to or to remove barcodes from a document.

Introduced: X9.

Syntax

public DataVisualization.BarcodeCollection Barcodes { get; }
Public ReadOnly Property Barcodes() As DataVisualization.BarcodeCollection

Limitations

Runtime only.

Read only.