The PageNumber Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Gets the corresponding page number in the Master Form for the recognized page.| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property PageNumber As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AutoFormsRecognizePageResult Dim value As Integer value = instance.PageNumber | |
| C# | |
|---|---|
public int PageNumber {get;} | |
Property Value
The number of the page in the Master Form.This value specifies which page of the Master Form corresponds to the recognized page.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code