LEADTOOLS Barcode (Leadtools.Barcode assembly)
LEAD Technologies, Inc

FileIdNumberHighByte Property








Gets or sets a value that indicates the high byte of the file ID number to use when writing Datamatrix symbols. .NET support WinRT support Silverlight support
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;}
ObjectiveC Syntax
Java 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")
 get_FileIdNumberHighByte();
set_FileIdNumberHighByte(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")]
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DatamatrixBarcodeWriteOptions Class
DatamatrixBarcodeWriteOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

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