GraphDocumentPrintTask(HostLayer, SingleGraphPrintOptions) Constructor |
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic GraphDocumentPrintTask(
HostLayer rootLayer,
SingleGraphPrintOptions? options
)
Parameters
- rootLayer HostLayer
- The root layer to print.
- options SingleGraphPrintOptions
- The print options, or null to use defaults.
See Also