←Select platform

Code Property

Summary
Gets or sets the engine-specific error code that is the cause of this exception.
Syntax
C#
VB
C++
Java
public long Code { get; set; } 
Public Property Code As Long 
public final long getCode() 
public final void setCode(long value) 
public: 
property int64 Code { 
   int64 get(); 
   void set (    int64 ); 
} 

Property Value

An value that represents the engine-specific error code that is the cause of this exception.

Remarks

The Message property of this OcrException will contain the same description used in IOcrEngine.GetErrorCodeString.

Example

For an example, refer to OcrException.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.