Gets a collection of all barcodes contained in the text part with the input focus. This can be the main text, a text frame or a header or footer. 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.