←Select platform

FormPage Constructor

Summary
Initializes a new FormPage class object with explicit parameters.

Syntax
C#
C++/CLI
Python
public FormPage( 
   int pageNumber, 
   int dpiX, 
   int dpiY 
) 
public: 
FormPage(  
   int pageNumber, 
   int dpiX, 
   int dpiY 
) 
__init__(self,pageNumber,dpiX,dpiY) # Overloaded constructor 

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly

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