The ImagePageNumber Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Gets the page number in the input (image) file name for the current operationVisual Basic (Declaration) | |
---|---|
Public ReadOnly Property ImagePageNumber As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As OcrAutoRecognizeJobOperationEventArgs Dim value As Integer value = instance.ImagePageNumber |
C# | |
---|---|
public int ImagePageNumber {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.For an example, refer to OcrAutoRecognizeJobOperationEventArgs.
This member is not valid and will be 0 when the current operation is CreateDocument, PrepareDocument, SaveDocument or ConvertDocument.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7