C#
VB
C++
Gets or sets the high byte of the file ID number.
[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 );
}
High byte of the file ID number. Possible values range from 1 to 254.
For an example, refer to BarcodeWriteDatamatrix example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET