PageSetupDialog::Document Property
.NET Framework (current version)
Gets or sets a value indicating the PrintDocument to get page settings from.
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 to get page settings from. The default is null.
.NET Framework
Available since 1.1
Available since 1.1
Show: