BarcodeSymbologyAttributes.DecodeLengthKind 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 or sets the decode length kind used by the barcode symbology.
public:
property BarcodeSymbologyDecodeLengthKind DecodeLengthKind { BarcodeSymbologyDecodeLengthKind get(); void set(BarcodeSymbologyDecodeLengthKind value); };
BarcodeSymbologyDecodeLengthKind DecodeLengthKind();
void DecodeLengthKind(BarcodeSymbologyDecodeLengthKind value);
public BarcodeSymbologyDecodeLengthKind DecodeLengthKind { get; set; }
var barcodeSymbologyDecodeLengthKind = barcodeSymbologyAttributes.decodeLengthKind;
barcodeSymbologyAttributes.decodeLengthKind = barcodeSymbologyDecodeLengthKind;
Public Property DecodeLengthKind As BarcodeSymbologyDecodeLengthKind
Property Value
The decode length kind used by the barcode symbology.