NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PrintDialog Class

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

Remarks

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.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

PrintDialog Members | System.WinForms Namespace | PageSetupDialog | PrintPreviewDialog