The FormPageNumber Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Gets the requested page number of the image.Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property FormPageNumber As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As PageRequestCallbackData Dim value As Integer value = instance.FormPageNumber |
C# | |
---|---|
public int FormPageNumber {get;} |
Property Value
The requested page number.For an example, refer to AutoFormsEngine.Run(RasterImage form, PageRequestCallback pageRequestCallback, Object userData, List<IMasterFormsCategory>).
The user will know the requested page number of the form so he can load it or scan it according to his application, and provide the required image to method by setting it in PageRequestCallbackData.Page
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7