←Select platform

FileIdLow Property

Summary

Gets or sets the low byte of the file ID number.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="FileIdLow", IsRequired=true)] 
public int FileIdLow { get; set; } 
  
<DataMemberAttribute(Name="FileIdLow", IsRequired=True)> 
Public Property FileIdLow As Integer 
[DataMemberAttribute(Name="FileIdLow", IsRequired=true)] 
public: 
property int FileIdLow { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Barcode.DataContracts Assembly