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

QueryImageEventArgs.PrintPlaceholder Property

Gets/sets the item which is currently being printed.

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

Syntax

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

Property Value

PrintPlaceholder class instance which stores an image to be printed and other placeholder parameters. Note, when PlacementMode is Manual, placeholder Location is not initialized.

See Also

Reference