XResolution Property

Summary
Gets or sets the horizontal resolution to use when rasterization document files.
Syntax
C#
VB
C++
public int XResolution { get; set; } 
  
Public Property XResolution As Integer 
public: 
property int XResolution { 
   int get(); 
   void set (    int value); 
} 

Property Value

An System.Int32 value that indicates the horizontal resolution to use when rasterization document files such as PDF and XPS. The default value is 0, which means use the current screen resolution.

Remarks

For more information, refer to Leadtools.Codecs.CodecsRasterizeDocumentLoadOptions

Example

Refer to RasterOpenDialog example.

Requirements

Target Platforms

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

Leadtools.WinForms.CommonDialogs.File Assembly

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