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=newSystemPrintDialogRunner();
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=newSystemPrintDialogRunner();