←Select platform

Resolution Property

Summary
Gets or sets the resolution (DPI) to load.
Syntax
C#
VB
C++
Java
public int Resolution {get; set;} 
Public Property Resolution As Integer 
public int getResolution() 
public void setResolution(int resolution) 
public: 
property int Resolution { 
   int get(); 
   void set (    int ); 
} 

Property Value

The resolution (DPI) to load.

Remarks

A value of 0 means use current screen resolution (usually 96).

Example

For an example, refer to CodecsPtokaOptions.

Requirements

Target Platforms

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

Leadtools.Codecs Assembly

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