Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace > DatamatrixBarcodeWriteOptions Class : FileIdNumberHighByte Property |
[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 barcodes support the concept of groups of related symbols. Use the following properties to write a group of related symbols:
GroupTotal - Specifies the total number of Datamatrix symbols in the group specified by GroupNumber. The maximum number of symbols in a group is 16.
GroupNumber - Specifies a group of Datamatrix symbols. The maximum number of symbols in a group is 16. Use this property to specify the order of each barcode in a group; hence, when you read each barcode's data, you can put large pieces of data back together in the correct order.
FileIdNumberLowByte - Specifies the low byte of the file ID number. The number must range from 1 to 254. Use this as an ID for the group since an image can have multiple groups.
FileIdNumberHighByte - Specifies the high byte of the file ID number. The number must range from 1 to 254. Use this as an ID for the group since an image can have multiple groups.
For an example, refer to DatamatrixBarcodeWriteOptions.