Page.Print

Page.Print (

boolean ShowPrintDialog = true,

boolean ScaleToFit = true )

Example 1

Page.Print(true,true);

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

See also: Related Actions