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




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

Syntax

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

Return Value

An integer value that specifies the vertical 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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also