←Select platform

FileIdNumberLowByte Property

Summary

Gets or sets a value that indicate the low byte of the file ID number to use when writing Datamatrix symbols.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[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")] 
[DefaultValueAttribute()] 
[DisplayNameAttribute("File ID low")] 
[CategoryAttribute("        Options")] 
public byte FileIdNumberLowByte {get; set;} 
<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")> 
<DefaultValueAttribute()> 
<DisplayNameAttribute("File ID low")> 
<CategoryAttribute("     Options")> 
Public Property FileIdNumberLowByte As Byte 
[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")] 
[DefaultValueAttribute()] 
[DisplayNameAttribute("File ID low")] 
[CategoryAttribute("        Options")] 
public byte FileIdNumberLowByte {get; set;} 
@property (nonatomic, assign) unsigned char fileIdNumberLowByte 
public byte getFileIdNumberLowByte() 
public void setFileIdNumberLowByte(byte value) 
             
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") 
DefaultValueAttribute() 
DisplayNameAttribute("File ID low") 
CategoryAttribute("     Options") 
  
get_FileIdNumberLowByte(); 
set_FileIdNumberLowByte(value); 
Object.defineProperty('FileIdNumberLowByte');  
[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")] 
[DefaultValueAttribute()] 
[DisplayNameAttribute("File ID low")] 
[CategoryAttribute("        Options")] 
public: 
property byte FileIdNumberLowByte { 
   byte get(); 
   void set (    byte ); 
} 

Property Value

A Byte that indicates the low byte of the file ID number to use when writing Datamatrix symbols. Must be a value greater to or equal to 1 and less than or equal to 254. Default value is 1.

Remarks

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.

Example

For an example, refer to DatamatrixBarcodeWriteOptions.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Barcode Assembly
Click or drag to resize