This dialog allows users to select a printer, and choose which portions of the document to print
Object
Component
CommonDialog
PrintDialog
[Visual Basic] Public Class PrintDialog Inherits CommonDialog [C#] public class PrintDialog : CommonDialog [C++] public __gc class PrintDialog : public CommonDialog [JScript] public class PrintDialog extends CommonDialog
When you create an instance of PrintDialog, the read/write properties are set to initial values. For a list of these values, see the System.WinForms.PrintDialog.PrintDialog constructor.
Namespace: System.WinForms
Assembly: System.WinForms.dll
PrintDialog Members | System.WinForms Namespace | PageSetupDialog | PrintPreviewDialog