PrintPreviewDialog::Document Property
.NET Framework (current version)
Gets or sets the document to preview.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property PrintDocument^ Document { PrintDocument^ get(); void set(PrintDocument^ value); }
Property Value
Type: System.Drawing.Printing::PrintDocument^The PrintDocument representing the document to preview.
This property is equivalent to PrintPreviewControl::Document.
.NET Framework
Available since 1.1
Available since 1.1
Show: