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



Gets this RasterImage horizontal resolution, in dots per inch.

Syntax

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

Return Value

Horizontal resolution in dots per inch.

Remarks

Some file formats save this value in the file header.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also