←Select platform

DpiY Property

Summary
Gets or sets the page image resolution along the y-axis of the Master Form.

Syntax
C#
C++/CLI
Java
Python
public int DpiY { get; set; } 
public int getDpiY(); 
public void setDpiY( 
   int intValue 
); 
public: 
property int DpiY { 
   int get(); 
   void set (    int ); 
} 
DpiY # get and set (FormPage) 

Property Value

The vertical DPI (dots per inch) of the image on the Master Form page.

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.