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

Show in webframe

FileIdLow Property








Gets or sets the low byte of the file ID number.
Syntax
public int FileIdLow {get; set;}
'Declaration
 
Public Property FileIdLow As Integer
'Usage
 
Dim instance As BarcodeWriteDatamatrix
Dim value As Integer
 
instance.FileIdLow = value
 
value = instance.FileIdLow
public int FileIdLow {get; set;}
 <br/>get_FileIdLow();<br/>set_FileIdLow(value);<br/>Object.defineProperty('FileIdLow'); 
public:
property int FileIdLow {
   int get();
   void set (    int value);
}

Property Value

Low byte of the file ID number. Possible values range from 1 to 254.
Remarks
Use this as an ID for a group since an image can have multiple groups.
Requirements

Target Platforms

See Also

Reference

BarcodeWriteDatamatrix Class
BarcodeWriteDatamatrix Members

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