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 > OcrAutoRecognizeManagerJobError Structure : ImagePageNumber Property |
public int ImagePageNumber {get; set;}
'Declaration
Public Property ImagePageNumber As Integer
'Usage
Dim instance As OcrAutoRecognizeManagerJobError Dim value As Integer instance.ImagePageNumber = value value = instance.ImagePageNumber
public int ImagePageNumber {get; set;}
@property (nonatomic, assign) NSInteger imagePageNumber
public int getImagePageNumber() public void setImagePageNumber(int value)
<br/>get_ImagePageNumber();<br/>set_ImagePageNumber(value);<br/>Object.defineProperty('ImagePageNumber');
This value may be 0 if the error that occur is not specific for any page, for example, when creating an IOcrDocument or when DocumentWriter.Convert is called.