| 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;} | |
| C++/CLI | |
|---|---|
[BrowsableAttribute(false)] public: virtual property float ImageDpiY { float get(); } | |
Property Value
A value in dots per inch for the vertical resolution supported of the current image in the viewer.Refer to BorderPadding.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code