Click or drag to resize

GraphDocumentPrintTaskEhPrintPage Method

Infrastructure. Don't use in your own projects. Will be called by PrintDocument during the printing process.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void EhPrintPage(
	Object sender,
	PrintPageEventArgs e
)

Parameters

sender  Object
The print document.
e  PrintPageEventArgs
The print page event arguments.
See Also