Click or drag to resize

PrintScaleMode Enumeration

Specifies the type of scaling used when printing an image with ImagePrintDocument.

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)
Syntax
public enum PrintScaleMode
Members
  Member nameDescription
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