Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
XResolution Property
See Also 
Leadtools Namespace > RasterDefaults Class : XResolution Property



Gets or sets the horizontal resolution used when creating new RasterImage objects.

Syntax

Visual Basic (Declaration) 
Public Shared Property XResolution As Integer
Visual Basic (Usage)Copy Code
Dim value As Integer
 
RasterDefaults.XResolution = value
 
value = RasterDefaults.XResolution
C# 
public static int XResolution {get; set;}
C++/CLI 
public:
static property int XResolution {
   int get();
   void set (int value);
}

Return Value

An integer value that specifies the horizontal resolution used when creating new RasterImage objects. This value must be an integer value greater than zero.

Example

For an example, refer to RasterDefaults.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also