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



Gets this RasterImage vertical resolution, in dots per inch.

Syntax

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

Return Value

Vertical resolution in dots per inch.

Example

For an example, refer to XResolution

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