LEADTOOLS Barcode (Leadtools.Barcode assembly)

FileIdNumberLowByte Property

Show in webframe







Gets or sets a value that indicate the low byte of the file ID number to use when writing Datamatrix symbols.
Syntax
[CategoryAttribute("		Options")]
[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")]
[DisplayNameAttribute("File ID low")]
[DefaultValueAttribute()]
public byte FileIdNumberLowByte {get; set;}
'Declaration
 
<CategoryAttribute("		Options")>
<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")>
<DisplayNameAttribute("File ID low")>
<DefaultValueAttribute()>
Public Property FileIdNumberLowByte As Byte
'Usage
 
Dim instance As DatamatrixBarcodeWriteOptions
Dim value As Byte
 
instance.FileIdNumberLowByte = value
 
value = instance.FileIdNumberLowByte
[CategoryAttribute("		Options")]
[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")]
[DisplayNameAttribute("File ID low")]
[DefaultValueAttribute()]
public byte FileIdNumberLowByte {get; set;}
@property (nonatomic, assign) unsigned char fileIdNumberLowByte;
public byte getFileIdNumberLowByte()
public void setFileIdNumberLowByte(byte value)
            
CategoryAttribute("		Options")
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")
DisplayNameAttribute("File ID low")
DefaultValueAttribute()
 
get_FileIdNumberLowByte();
set_FileIdNumberLowByte(value);
Object.defineProperty('FileIdNumberLowByte');
[CategoryAttribute("		Options")]
[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")]
[DisplayNameAttribute("File ID low")]
[DefaultValueAttribute()]
public:
property byte FileIdNumberLowByte {
   byte get();
   void set (    byte value);
}

Property Value

A System.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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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