LEADTOOLS WCF Barcode (Leadtools.Services.Barcode.DataContracts assembly)

ErrorCheck Property

Show in webframe





Enables or disables the use of an error check digit when reading or writing a barcode.
Syntax
[DataMemberAttribute(Name="ErrorCheck", IsRequired=true)]
public bool ErrorCheck {get; set;}
'Declaration
 
<DataMemberAttribute(Name="ErrorCheck", IsRequired=True)>
Public Property ErrorCheck As Boolean
'Usage
 
Dim instance As Barcode1d
Dim value As Boolean
 
instance.ErrorCheck = value
 
value = instance.ErrorCheck

            

            
[DataMemberAttribute(Name="ErrorCheck", IsRequired=true)]
public:
property bool ErrorCheck {
   bool get();
   void set (    bool value);
}

Property Value

true to use an error check digit; otherwise it is false.
Remarks
Use an error check digit when reading or writing a barcode.
Example
For an example, refer to Barcode1d example.
Requirements

Target Platforms

See Also

Reference

Barcode1d Class
Barcode1d Members

 

 


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

Applications developed with LEADTOOLS WCF components require runtime licenses. Server licensing is required for applications on a server. For more information, refer to: LEADTOOLS Toolkit Features