←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly