This documentation is for the old version. Go to the latest Graphics Mill docs

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.

Inheritance Hierarchy

System.Object
L Aurigma.GraphicsMill.WinControls.PrintOptions

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also

Reference