次の方法で共有


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

デコード長の最初の部分。

適用対象