Viewport.ResolutionScaleMode Property |
Gets or sets a value indicating how images with different X and Y resolutions are displayed.
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)
Syntaxpublic ResolutionScaleMode ResolutionScaleMode { get; set; }
Public Property ResolutionScaleMode As ResolutionScaleMode
Get
Set
Property Value
Type:
ResolutionScaleMode A value indicating how images with different X and Y resolutions are displayed.
Remarks It is common for some FAX images to have a Y resolution that is smaller than the X resolution. It is
intended that the height of these images be stretched for display. The ResolutionScaleMode property controls this
behavior. The default mode is FAX which only adjusts the aspect ratio of images with binary images.
See Also