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.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic 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