BarcodeSymbologyAttributes.DecodeLength1 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 first value used to determine the barcode symbology decode length.
public:
property unsigned int DecodeLength1 { unsigned int get(); void set(unsigned int value); };
uint32_t DecodeLength1();
void DecodeLength1(uint32_t value);
public uint DecodeLength1 { get; set; }
var uInt32 = barcodeSymbologyAttributes.decodeLength1;
barcodeSymbologyAttributes.decodeLength1 = uInt32;
Public Property DecodeLength1 As UInteger
Property Value
The first part of the decode length.