WorkflowView.PrintDocument Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.