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.3179.0 (4.8.3179.0)
Syntax
C#
public void EhPrintPage(
	Object sender,
	PrintPageEventArgs e
)

Parameters

sender  Object

[Missing <param name="sender"/> documentation for "M:Altaxo.Graph.Gdi.GraphDocumentPrintTask.EhPrintPage(System.Object,System.Drawing.Printing.PrintPageEventArgs)"]

e  PrintPageEventArgs

[Missing <param name="e"/> documentation for "M:Altaxo.Graph.Gdi.GraphDocumentPrintTask.EhPrintPage(System.Object,System.Drawing.Printing.PrintPageEventArgs)"]

See Also