BarcodeSymbologyAttributes.IsDecodeLengthSupported Property

Definition

Gets whether the barcode symbology supports multiple decode lengths.

public:
 property bool IsDecodeLengthSupported { bool get(); };
bool IsDecodeLengthSupported();
public bool IsDecodeLengthSupported { get; }
var boolean = barcodeSymbologyAttributes.isDecodeLengthSupported;
Public ReadOnly Property IsDecodeLengthSupported As Boolean

Property Value

Boolean

bool

True if the barcode symbology supports multiple decode lengths; otherwise, false.

Applies to