LEADTOOLS WCF Barcode (Leadtools.Services.Barcode.DataContracts assembly)

FileIdLow Property

Show in webframe





Gets or sets the low byte of the file ID number.
Syntax
[DataMemberAttribute(Name="FileIdLow", IsRequired=true)]
public int FileIdLow {get; set;}
'Declaration
 
<DataMemberAttribute(Name="FileIdLow", IsRequired=True)>
Public Property FileIdLow As Integer
'Usage
 
Dim instance As BarcodeWriteDatamatrix
Dim value As Integer
 
instance.FileIdLow = value
 
value = instance.FileIdLow

            

            
[DataMemberAttribute(Name="FileIdLow", IsRequired=true)]
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.
Example
For an example, refer to BarcodeWriteDatamatrix example.
Requirements

Target Platforms

See Also

Reference

BarcodeWriteDatamatrix Class
BarcodeWriteDatamatrix Members

 

 


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

Applications developed with LEADTOOLS WCF components require runtime licenses. Server licensing is required for applications on a server. For more information, refer to: LEADTOOLS Toolkit Features