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 개체입니다.

특성

적용 대상