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

ImagePrintDocument.BeforePrintPage Event

Fires before the control starts printing images at the page.

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

Syntax

Visual Basic
<BrowsableAttribute(True)> _
Public Event BeforePrintPage As PrintPageEventHandler
C#
[BrowsableAttribute(true)]
public event PrintPageEventHandler BeforePrintPage

Remarks

Here you can add extra graphics before the images are drawn, e.g. background, text captions at margins, etc.

See Also

Reference