PrintingManager.PrintDocument Propiedad

Definición

Obtiene o establece un documento de impresión para el gráfico.

public:
 property System::Drawing::Printing::PrintDocument ^ PrintDocument { System::Drawing::Printing::PrintDocument ^ get(); void set(System::Drawing::Printing::PrintDocument ^ value); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public System.Drawing.Printing.PrintDocument PrintDocument { get; set; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.PrintDocument : System.Drawing.Printing.PrintDocument with get, set
Public Property PrintDocument As PrintDocument

Valor de propiedad

PrintDocument

Objeto PrintDocument para el gráfico.

Atributos

Se aplica a