LEADTOOLS Barcode (Leadtools.Barcode assembly)

FileIdNumberHighByte Property

Show in webframe







Gets or sets a value that indicates the high byte of the file ID number to use when writing Datamatrix symbols.
Syntax
[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")]
[DisplayNameAttribute("File ID high")]
[DefaultValueAttribute()]
public byte FileIdNumberHighByte {get; set;}
'Declaration
 
<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")>
<DisplayNameAttribute("File ID high")>
<DefaultValueAttribute()>
Public Property FileIdNumberHighByte As Byte
'Usage
 
Dim instance As DatamatrixBarcodeWriteOptions
Dim value As Byte
 
instance.FileIdNumberHighByte = value
 
value = instance.FileIdNumberHighByte
[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")]
[DisplayNameAttribute("File ID high")]
[DefaultValueAttribute()]
public byte FileIdNumberHighByte {get; set;}
@property (nonatomic, assign) unsigned char fileIdNumberHighByte;
public byte getFileIdNumberHighByte()
public void setFileIdNumberHighByte(byte value)
            
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")
DisplayNameAttribute("File ID high")
DefaultValueAttribute()
 
get_FileIdNumberHighByte();
set_FileIdNumberHighByte(value);
Object.defineProperty('FileIdNumberHighByte');
[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")]
[DisplayNameAttribute("File ID high")]
[DefaultValueAttribute()]
public:
property byte FileIdNumberHighByte {
   byte get();
   void set (    byte value);
}

Property Value

A System.Byte that indicates the high 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 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