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

Show in webframe

FileIdNumberHighByte Property








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

Property Value

A 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

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