PageSetupDialog::Document Property

 

Gets or sets a value indicating the PrintDocument to get page settings from.

Namespace:   System.Windows.Forms
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
Return to top
Show: