Click or drag to resize

ImageViewerGetScaledResolutionHeight Method

checks the image resolution and if the Dpi.X != Dpi.Y returns the value to scaled the height appropriately in the control.

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 override double GetScaledResolutionHeight()

Return Value

Type: Double
A ratio of the Dpi.X / Dpi.Y that is used for changing the display of images in the control.
Remarks
Having an unequal Dpi.X and Dpi.Y is common for some FAX images.
See Also