BarcodeSymbologyAttributes.DecodeLength1 屬性

定義

取得或設定用來判斷條碼符號解碼長度的第一個值。

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

屬性值

UInt32

unsigned int

uint32_t

解碼長度的第一個部分。

適用於