Gets a collection of all barcodes contained in a text frame. 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 text frame.

Introduced: X13.

Syntax

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

Limitations

Read only.