Click or drag to resize

GraphDocumentPrintTask(HostLayer, SingleGraphPrintOptions) Constructor

Initializes a new instance of the GraphDocumentPrintTask class.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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