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)
get_Code();
set_Code(value);
Object.defineProperty('Code');
The System.Exception.Message property of this OcrException will contain the same description used in IOcrEngine.GetErrorCodeString.