Click or drag to resize

ResolutionScaleMode Enumeration

Defines the scaling mode applied when an image has different X and Y resolution values.

Namespace:  Atalasoft.Imaging.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum ResolutionScaleMode
Members
  Member nameDescription
None No scaling is performed.
Fax Only 1-bit images will perform scaling.
All All images will perform scaling.
See Also