Edit

Share via


WorkflowView.PrintDocument Property

Definition

Gets the PrintDocument associated with the WorkflowView.

public:
 property System::Drawing::Printing::PrintDocument ^ PrintDocument { System::Drawing::Printing::PrintDocument ^ get(); };
public System.Drawing.Printing.PrintDocument PrintDocument { get; }
member this.PrintDocument : System.Drawing.Printing.PrintDocument
Public ReadOnly Property PrintDocument As PrintDocument

Property Value

A PrintDocument object that sends output to a printer.

Remarks

Use the PrintDocument object to set the properties that describe how to print, and call the Print method to start the printing process.

Applies to