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

解碼長度的第二個部分。

適用於