←Select platform

Code Property

Summary

Gets or sets the engine-specific error code that is the cause of this exception.

Syntax

C#
VB
Java
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly