Aurigma Graphics Mill 5.5 for .NET
PrintOptions Class
This class is used to contain global options of the ImagePrintDocument.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Syntax
Visual Basic
Public Class PrintOptions
C#
public class PrintOptions
Remarks
Most print options relate to the appearance of the single placeholder, such as border settings, footer and header text settings, default dimensions, etc. Also here you can specify spacing between placeholders.
Also you can define the fit mode - the behavior when the image has different size comparing to the placeholder. In this case the image can be cropped or resized. Another important option is auto rotation for the placeholder and the image inside the placeholder. It enables you to save paper during printing.
You can edit these settings even during printing when you get this class instance through the PrintOptions argument of the QueryImage event.