ViewportGetScaledResolutionHeight Method |
Returns the vertical resolution based on the difference in X and Y resolution.
Namespace:
Atalasoft.Imaging.WinControls
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public virtual double GetScaledResolutionHeight()
Public Overridable Function GetScaledResolutionHeight As Double
Return Value
Type:
Double The vertical resolution based on the difference in X and Y resolution.
Remarks A differing vertical resolution is common for Fax images. Returns a value of 1 unless overridden by an
inherited class.
See Also