Click or drag to resize

PrintingServicePrintDocument Property

Returns the current print document for this instance of the application. This contains settings that store the current printer, paper size, orientation and so on.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PrintDocument PrintDocument { get; }

Property Value

PrintDocument

Implements

IPrintingServicePrintDocument
See Also