Share via


BarcodeSymbologyAttributesBuilder.IsDecodeLengthSupported Property

Definition

Gets or sets whether the barcode symbology supports multiple decode lengths.

public:
 property bool IsDecodeLengthSupported { bool get(); void set(bool value); };
bool IsDecodeLengthSupported();

void IsDecodeLengthSupported(bool value);
public bool IsDecodeLengthSupported { get; set; }
var boolean = barcodeSymbologyAttributesBuilder.isDecodeLengthSupported;
barcodeSymbologyAttributesBuilder.isDecodeLengthSupported = boolean;
Public Property IsDecodeLengthSupported As Boolean

Property Value

Boolean

bool

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

Applies to