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

Leadtools.Forms.Processing Assembly