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
Public Enumeration ResolutionScaleMode
Members
| Member name | Description |
---|
| None | No scaling is performed. |
| Fax | Only 1-bit images will perform scaling. |
| All | All images will perform scaling. |
See Also