Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

Code Property (OcrException)








Gets or sets the engine-specific error code that is the cause of this exception.
Syntax
public long Code {get; set;}
'Declaration
 
Public Property Code As Long
'Usage
 
Dim instance As OcrException
Dim value As Long
 
instance.Code = value
 
value = instance.Code
public long Code {get; set;}
public final long getCode()
public final void setCode(long value)
            
 <br/>get_Code();<br/>set_Code(value);<br/>Object.defineProperty('Code'); 
public:
property int64 Code {
   int64 get();
   void set (    int64 value);
}

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

See Also

Reference

OcrException Class
OcrException Members
IOcrEngine.Startup
IOcrEngine.IsStarted
IOcrEngine.Shutdown
IOcrEngine.GetErrorCodeString
OcrEngineManager Class
OcrEngineType Enumeration
Programming with the LEADTOOLS .NET OCR

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features