GraphDocumentPrintTaskEhPrintPage Method |
Infrastructure. Don't use in your own projects. Will be called by PrintDocument during the printing process.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void EhPrintPage(
Object sender,
PrintPageEventArgs e
)
Parameters
- sender Object
- The print document.
- e PrintPageEventArgs
- The print page event arguments.
See Also