←Select platform

XResolution Property

Summary

Gets or sets the horizontal load resolution.

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

Represents the horizontal load resolution.

Example

Refer to RasterOpenDialog example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly