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

ImagePrintDocument.PrintOptions Property

Gets/sets the object which specifies print settings.

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

Syntax

Visual Basic
<BrowsableAttribute(True)> _
Public Property PrintOptions As PrintOptions
C#
[BrowsableAttribute(true)]
public PrintOptions PrintOptions { get; set; }

Property Value

PrintOptions class instance which contains the print settings.

See Also

Reference