Gets or sets the index of the page in the
OcrDocument.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property OcrPageNumber As Integer |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As ProcessPageEventArgs
Dim value As Integer
instance.OcrPageNumber = value
value = instance.OcrPageNumber |
| C# | |
|---|
public int OcrPageNumber {get; set;} |
| C++/CLI | |
|---|
public:
property int OcrPageNumber {
int get();
void set ( int value);
} |
Property Value
The 0-based integer that specifies the index of the current page in the
OcrDocument.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also