Error processing SSI file
LEADTOOLS Barcode (Leadtools.Barcode assembly)

Show in webframe

FileIdNumberLowByte Property








Gets or sets a value that indicate the low byte of the file ID number to use when writing Datamatrix symbols.
Syntax
[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;}
'Declaration
 
<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
'Usage
 
Dim instance As DatamatrixBarcodeWriteOptions
Dim value As Byte
 
instance.FileIdNumberLowByte = value
 
value = instance.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 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")
 <br/>get_FileIdNumberLowByte();<br/>set_FileIdNumberLowByte(value);<br/>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 value);
}

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:

Example

For an example, refer to DatamatrixBarcodeWriteOptions.

Requirements

Target Platforms

See Also

Reference

DatamatrixBarcodeWriteOptions Class
DatamatrixBarcodeWriteOptions Members

Error processing SSI file
Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features