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!

PrintPreviewDialog Constructor

Initializes a new instance of the PrintPreviewDialog class.

[Visual Basic]
Public Sub New()
[C#]
public PrintPreviewDialog();
[C++]
public: PrintPreviewDialog();
[JScript]
public function PrintPreviewDialog();

Remarks

When you create an instance of PrintPreviewDialog, the following read/write properties are initialized.

Property Initial Value
Document a null reference (in Visual Basic Nothing)

You can change the value for this property through a separate call to the property.

See Also

PrintPreviewDialog Class | PrintPreviewDialog Members | System.WinForms Namespace | PrintDocument | System.Winforms.PrintPreviewControl