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

QueryImageEventArgs.PrintOptions Property

Gets/sets the global print options.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Public Property PrintOptions As PrintOptions
C#
public PrintOptions PrintOptions { get; set; }

Property Value

PrintOptions class instance containing the print options for this printing session.

See Also

Reference