BarcodeSymbologyAttributes.DecodeLength2 属性

定义

获取或设置用于确定条形码符号解码长度的第二个值。

public:
 property unsigned int DecodeLength2 { unsigned int get(); void set(unsigned int value); };
uint32_t DecodeLength2();

void DecodeLength2(uint32_t value);
public uint DecodeLength2 { get; set; }
var uInt32 = barcodeSymbologyAttributes.decodeLength2;
barcodeSymbologyAttributes.decodeLength2 = uInt32;
Public Property DecodeLength2 As UInteger

属性值

UInt32

unsigned int

uint32_t

解码长度的第二部分。

适用于