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

QueryImageEventArgs.HasMoreImages Property

Gets/sets a value which specifies whether the image prepared at this event handler is the last one.

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

Syntax

Visual Basic
Public Property HasMoreImages As Boolean
C#
public bool HasMoreImages { get; set; }

Property Value

When true the image specified in the PrintPlaceholder argument is printing and the printing is stopped. When it is false, this event fires again (until you set this argument to true).

See Also

Reference