Leadtools.WinForms Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
ImageDpiY Property
See Also 
Leadtools.WinForms Namespace > RasterImageViewer Class : ImageDpiY Property




Gets the vertical resolution of the of the current image in the viewer.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
Public Overridable ReadOnly Property ImageDpiY As Single
Visual Basic (Usage)Copy Code
Dim instance As RasterImageViewer
Dim value As Single
 
value = instance.ImageDpiY
C# 
[BrowsableAttribute(false)]
public virtual float ImageDpiY {get;}
Managed Extensions for C++ 
[BrowsableAttribute(false)]
public: __property virtual float get_ImageDpiY();
C++/CLI 
[BrowsableAttribute(false)]
public:
virtual property float ImageDpiY {
   float get();
}

Return Value

A value in dots per inch for the vertical resolution supported of the current image in the viewer.

Example

Refer to BorderPadding.

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