PageSetupDialog.Document Vlastnost

Definice

Získá nebo nastaví hodnotu označující PrintDocument , ze které se má získat nastavení stránky.

public:
 property System::Drawing::Printing::PrintDocument ^ Document { System::Drawing::Printing::PrintDocument ^ get(); void set(System::Drawing::Printing::PrintDocument ^ value); };
public System.Drawing.Printing.PrintDocument Document { get; set; }
public System.Drawing.Printing.PrintDocument? Document { get; set; }
member this.Document : System.Drawing.Printing.PrintDocument with get, set
Public Property Document As PrintDocument

Hodnota vlastnosti

Nastavení PrintDocument stránky získáte z. Výchozí hodnota je null.

Platí pro

Viz také