C#
VB
C++
Gets or sets the low byte of the file ID number.
[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 );
}
Low 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