PrintingManager.PrintDocument 属性

定义

获取或设置图表的打印文档。

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

属性值

PrintDocument

一个图表的 PrintDocument 对象。

属性

适用于