This example illustrates how to customize PrintDialog in PrintPreview.
Note :
To show the default .Net Print Dialog instead of our PrintDialog, execute the following code :
[C#]
PrintDialogRunner.Instance = new DefaultPrintDialogRunner();
This example illustrates how to customize PrintDialog in PrintPreview.
Note :
To show the default .Net Print Dialog instead of our PrintDialog, execute the following code :
[C#]
PrintDialogRunner.Instance = new DefaultPrintDialogRunner();