Click or drag to resize

GraphDocumentPrinting Class

Extension methods for GraphDocument especially for printing.
Inheritance Hierarchy
SystemObject
  Altaxo.Graph.GdiGraphDocumentPrinting

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static class GraphDocumentPrinting

The GraphDocumentPrinting type exposes the following members.

Methods
 NameDescription
Public Extension MethodPrint Prints the document on the currently active printer (no Gui interaction). An exception will be thrown if something fails during printing.
Public Extension MethodShowPrintDialogAndPrint Shows the print dialog to choose the printer, and then prints the document.
Public Extension MethodShowPrintOptionsDialog Shows the dialog to set the print options for this document.
Top
See Also