Leadtools.Barcode名前空間 > DatamatrixBarcodeWriteOptionsクラス :FileIdNumberHighByteプロパティ |
[DisplayNameAttribute("File ID high")] [DefaultValueAttribute()] [DescriptionAttribute("The high byte of the file ID number. Must be a value greater to or equal to 1 and less than or equal to 254")] [CategoryAttribute(" Options")] public byte FileIdNumberHighByte {get; set;}
'Declaration
<DisplayNameAttribute("File ID high")> <DefaultValueAttribute()> <DescriptionAttribute("The high byte of the file ID number. Must be a value greater to or equal to 1 and less than or equal to 254")> <CategoryAttribute(" Options")> Public Property FileIdNumberHighByte As Byte
'Usage
Dim instance As DatamatrixBarcodeWriteOptions Dim value As Byte instance.FileIdNumberHighByte = value value = instance.FileIdNumberHighByte
[DisplayNameAttribute("File ID high")] [DefaultValueAttribute()] [DescriptionAttribute("The high byte of the file ID number. Must be a value greater to or equal to 1 and less than or equal to 254")] [CategoryAttribute(" Options")] public byte FileIdNumberHighByte {get; set;}
@property (nonatomic, assign) unsigned char fileIdNumberHighByte
public byte getFileIdNumberHighByte() public void setFileIdNumberHighByte(byte value)
DisplayNameAttribute("File ID high") DefaultValueAttribute() DescriptionAttribute("The high byte of the file ID number. Must be a value greater to or equal to 1 and less than or equal to 254") CategoryAttribute(" Options") <br/>get_FileIdNumberHighByte();<br/>set_FileIdNumberHighByte(value);<br/>Object.defineProperty('FileIdNumberHighByte');
[DisplayNameAttribute("File ID high")] [DefaultValueAttribute()] [DescriptionAttribute("The high byte of the file ID number. Must be a value greater to or equal to 1 and less than or equal to 254")] [CategoryAttribute(" Options")] public: property byte FileIdNumberHighByte { byte get(); void set ( byte value); }
Datamatrixバーコードは、関連したシンボルのグループの概念をサポートします。関連したシンボルのグループを書き込むために、以下のプロパティを使います:
GroupTotal-と、GroupNumberで特定されたグループのDatamatrixシンボルの合計数は示しています。グループのシンボルの最大数は、16です。
GroupNumber-と、Datamatrixシンボルのグループは示しています。グループのシンボルの最大数は、16です。グループで各々のバーコードの順序を指定するために、このプロパティを使います;それゆえに、各々のバーコードのデータを読んだとき、一緒にデータの大きな部分を正しい順序に戻すことができます。
FileIdNumberLowByte-と、ファイルID番号の下位バイトは示しています。数は、1から254にわたらなければなりません。imageが複数のグループを持っていることができるため、グループのためのIDとして、これを使います。
FileIdNumberHighByte-と、ファイルID番号の高位バイトは示しています。数は、1から254にわたらなければなりません。imageが複数のグループを持っていることができるため、グループのためのIDとして、これを使います。
サンプルのために、参照しますDatamatrixBarcodeWriteOptions。