Свойство | Тип | Описание | |
---|---|---|---|
Dispose | void | ||
OnBeginPrint | void | ||
OnEndPrint | void | ||
OnPrintPage | void |
Метод | Описание | |
---|---|---|
DiagramPrinter ( ) : System |
Initializes a new instance of the DiagramPrinter class with the specified diagram engine.
|
|
Dispose ( ) : void |
This cleans up any resources being used.
|
|
PageSetup ( ) : void |
This creates and displays the page setup dialog, PageSetupDialog, which enables users to change page-related print settings, including margins and paper orientation. The dialog is displayed in the modal state. |
|
Print ( bool showDialog, bool isRunningOnMono ) : void |
This prints the currently displayed diagram, with an option to display the print dialog, PrintDialog.
|
|
PrintPreview ( ) : void |
This creates and displays the print-preview dialog to both preview and print the diagram. The dialog is displayed in the modal state. |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
This cleans up any resources being used.
|
|
OnBeginPrint ( object sender, System.Drawing.Printing.PrintEventArgs e ) : void |
|
|
OnEndPrint ( object sender, System.Drawing.Printing.PrintEventArgs e ) : void |
|
|
OnPrintPage ( object sender, System.Drawing.Printing.PrintPageEventArgs e ) : void |
|
public Print ( bool showDialog, bool isRunningOnMono ) : void | ||
showDialog | bool |
/// This indicates whether to display the |
isRunningOnMono | bool | |
Результат | void |