DialogEx.Print

DialogEx.Print ( 

boolean ShowPrintDialog = true,

boolean ScaleToFit = true )

Example 1

DialogEx.Print(true,true);

Shows the common print dialog before printing the current dialog in the project using the ScaleToFit setting.

See also:  Related Actions