C#
VB
C++
Enables or disables the use of an error check digit when reading or writing a barcode.
[DataMemberAttribute(Name="ErrorCheck", IsRequired=true)]
public bool ErrorCheck { get; set; }
<DataMemberAttribute(Name="ErrorCheck", IsRequired=True)>
Public Property ErrorCheck As Boolean
[DataMemberAttribute(Name="ErrorCheck", IsRequired=true)]
public:
property bool ErrorCheck {
bool get();
void set ( bool );
}
true to use an error check digit; otherwise it is false.
Use an error check digit when reading or writing a barcode.
For an example, refer to Barcode1d 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