PrintScaleMode Enumeration |
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 enum PrintScaleMode
Public Enumeration PrintScaleMode
Members
| Member name | Description |
---|
| None | No scaling is done, other than to match the image resolution with the printer resolution. |
| FitToMargins | The image is resized to fit within the page margins. |
| FitToEdges | The image is resized to fill the page. However, most printers will not print beyond their minimum
margins. |
See Also