←Select platform

DpiX Property

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

Syntax
C#
VB
C++
Java
public int DpiX { get; set; } 
  
Public Property DpiX As Integer 
public int getDpiX(); 
public void setDpiX( 
   int intValue 
); 
public: 
property int DpiX { 
   int get(); 
   void set (    int ); 
} 

Property Value

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

Requirements

Target Platforms

See Also

Reference

FormPage Class

FormPage Members

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly

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