PrintingManager.PrintDocument Property

Definition

Gets or sets a print document for the chart.

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

Property Value

A PrintDocument object for the chart.

Attributes

Applies to