FormPage Constructor

Summary
Initializes a new FormPage class object with explicit parameters.
Syntax
C#
VB
C++
public FormPage( 
   int pageNumber, 
   int dpiX, 
   int dpiY 
) 
  
Public Function New( _ 
   ByVal pageNumber As Integer, _ 
   ByVal dpiX As Integer, _ 
   ByVal dpiY As Integer _ 
) 
public: 
FormPage(  
   int pageNumber, 
   int dpiX, 
   int 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.

Requirements

Target Platforms

See Also

Reference

FormPage Class

FormPage Members

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.