←Select platform

ErrorCheck Property

Summary

Enables or disables the use of an error check digit when reading or writing a barcode.

Syntax

C#
VB
C++
[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 ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Barcode.DataContracts Assembly