←Select platform

DpiY Property

Summary

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

Syntax

C#
VB
C++
Java
public int DpiY { get; set; } 
  
Public Property DpiY As Integer 
public int getDpiY(); 
public void setDpiY( 
   int intValue 
); 
public: 
property int DpiY { 
   int get(); 
   void set (    int ); 
} 

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

Leadtools.Forms.Processing Assembly