←Select platform

ImagePageNumber Property

Summary

Gets the page number in the input (image) file name for the current operation

Syntax
C#
VB
Objective-C
C++
Java
public int ImagePageNumber { get; } 
Public ReadOnly Property ImagePageNumber As Integer 
@property (nonatomic, assign, readonly) NSInteger imagePageNumber 
public int getImagePageNumber() 
public: 
property int ImagePageNumber { 
   int get(); 
} 

Property Value

The 1-based page number in the input (image) file name for the current operation. Or 0 if no page is being used.

Remarks

This member is not valid and will be 0 when the current operation is CreateDocument, PrepareDocument, SaveDocument or ConvertDocument.

Example

For an example, refer to OcrAutoRecognizeJobOperationEventArgs.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly