Hi,

I am using the code below:
Code:
        Dim PPD As New PrintPreviewDialog
        PPD.WindowState = FormWindowState.Maximized
        PPD.Document = PrintDocument1
        PPD.ShowDialog()
When the PrintPreviewDialog show the Document, the user can print the Document.

How can I prevent from the user to print from PrintPreviewDialog?