DiagramPrint Method |
Name | Description | |
---|---|---|
![]() |
Prints the whole document to the default printer.
| |
![]() | Print(PrinterSettings) |
Prints the document according to the specified printer settings,using the standard (no User Interface) print controller.
|
![]() | Print(String) |
Print the whole document to the specified printer,using the standard (no User Interface) print controller.
|
![]() | Print(PrinterSettings, String) |
Prints the document according to the specified printer settings,using the standard (no User Interface) print controller and a document name.
|
![]() | Print(String, String) |
Prints the document,using the standard (no User Interface) print controller and a document name.
|