Error processing SSI file
LEADTOOLS Barcode (Leadtools.Barcode assembly)

Show in webframe

ErrorCheck Property








Enables or disables the use of an error check digit when reading or writing a barcode.
Syntax
public bool ErrorCheck {get; set;}
'Declaration
 
Public Property ErrorCheck As Boolean
'Usage
 
Dim instance As Barcode1d
Dim value As Boolean
 
instance.ErrorCheck = value
 
value = instance.ErrorCheck
public bool ErrorCheck {get; set;}
 <br/>get_ErrorCheck();<br/>set_ErrorCheck(value);<br/>Object.defineProperty('ErrorCheck'); 
public:
property bool ErrorCheck {
   bool get();
   void set (    bool value);
}

Property Value

Use an error check digit when reading or writing a barcode. true, use an error check digit; false, do not use an error check digit.
Requirements

Target Platforms

See Also

Reference

Barcode1d Class
Barcode1d Members

Error processing SSI file
Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features