The FormPage Constructor is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Initializes a new FormPage class object with explicit parameters.Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal pageNumber As Integer, _ ByVal dpiX As Integer, _ ByVal dpiY As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim pageNumber As Integer Dim dpiX As Integer Dim dpiY As Integer Dim instance As New FormPage(pageNumber, dpiX, dpiY) |
Parameters
- pageNumber
- Master Form page number that this object represents.
- dpiX
- The Master Form page image resolution along the x-axis.
- dpiY
- The Master Form page image resolution along the y-axis.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7