BarcodeSymbologyAttributes.IsDecodeLengthSupported Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.