LEADTOOLS Workflow Barcode (Leadtools.Workflow.Barcode assembly)

FileIdHigh Property

Show in webframe





Gets or sets the high byte of the file ID number.
Syntax
public int FileIdHigh {get; set;}
'Declaration
 
Public Property FileIdHigh As Integer
'Usage
 
Dim instance As BarcodeWriteDatamatrix
Dim value As Integer
 
instance.FileIdHigh = value
 
value = instance.FileIdHigh

            

            
public:
property int FileIdHigh {
   int get();
   void set (    int value);
}

Property Value

High byte of the file ID number. Possible values range from 1 to 254.
Requirements

Target Platforms

See Also

Reference

BarcodeWriteDatamatrix Class
BarcodeWriteDatamatrix Members

 

 


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