Leadtools.Barcode Namespace > DatamatrixBarcodeWriteOptions Class : FileIdNumberLowByte Property |
[CategoryAttribute(" Options")] [DisplayNameAttribute("File ID low")] [DefaultValueAttribute()] [DescriptionAttribute("The low byte of the file ID number. Must be a value greater to or equal to 1 and less than or equal to 254")] public byte FileIdNumberLowByte {get; set;}
'Declaration <CategoryAttribute(" Options")> <DisplayNameAttribute("File ID low")> <DefaultValueAttribute()> <DescriptionAttribute("The low byte of the file ID number. Must be a value greater to or equal to 1 and less than or equal to 254")> Public Property FileIdNumberLowByte As Byte
'Usage Dim instance As DatamatrixBarcodeWriteOptions Dim value As Byte instance.FileIdNumberLowByte = value value = instance.FileIdNumberLowByte
[CategoryAttribute(" Options")] [DisplayNameAttribute("File ID low")] [DefaultValueAttribute()] [DescriptionAttribute("The low byte of the file ID number. Must be a value greater to or equal to 1 and less than or equal to 254")] public byte FileIdNumberLowByte {get; set;}
ObjectiveC Syntax
Java Syntax
CategoryAttribute(" Options") DisplayNameAttribute("File ID low") DefaultValueAttribute() DescriptionAttribute("The low byte of the file ID number. Must be a value greater to or equal to 1 and less than or equal to 254") get_FileIdNumberLowByte();
set_FileIdNumberLowByte(value);
[CategoryAttribute(" Options")] [DisplayNameAttribute("File ID low")] [DefaultValueAttribute()] [DescriptionAttribute("The low byte of the file ID number. Must be a value greater to or equal to 1 and less than or equal to 254")] public: property byte FileIdNumberLowByte { byte get(); void set ( byte value); }
Datamatrix barcodes support the concept of a 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 so that when you read each barcode's data, you can put the large piece 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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2