←Select platform

FileIdHigh Property

Summary

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

Syntax

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

Property Value

High 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