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

QueryImageEventArgs.BeginNewPage Property

Gets/sets the value which specifies whether to start printing from the new page.

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

Syntax

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

Property Value

If it is true, this image is started with a new page, false otherwise. Note, it makes sense to modify this argument only when PlacementMode is Manual. In other placement modes this argument is ignored.

See Also

Reference