Click or drag to resize

ResolutionScaleMode Enumeration

Specified the behavior options when displaying images with different X and Y resolutions as defined in the ResolutionScaleMode property of the Viewport 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 enum ResolutionScaleMode
Members
  Member nameDescription
None Do not adjust the aspect ratio of the image based on the X and Y resolution.
Fax Adjust the aspect ratio of the display image based on the X and Y resolution only if the image is a 1-bit Black and White FAX image.
All Always adjust the aspect ratio of the display image based on the X and Y resolution.
See Also