Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.Forms.Ocr Assembly > Leadtools.Forms.Ocr Namespace > OcrException Class : Code Property |
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');
The Message property of this OcrException will contain the same description used in IOcrEngine.GetErrorCodeString.