LEADTOOLS Workflow Barcode (Leadtools.Workflow.Barcode assembly)

ErrorCheck Property

Show in webframe





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:
property bool ErrorCheck {
   bool get();
   void set (    bool value);
}

Property Value

Use an error check digit when reading or writing a barcode. True to use an error check digit; otherwise it is false.
Requirements

Target Platforms

See Also

Reference

Barcode1d Class
Barcode1d Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2013 All Rights Reserved. LEAD Technologies, Inc.