WorkflowView::PrintDocument Property
.NET Framework (current version)
Gets the PrintDocument associated with the WorkflowView.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Property Value
Type: System.Drawing.Printing::PrintDocument^A PrintDocument object that sends output to a printer.
Use the PrintDocument object to set the properties that describe how to print, and call the Print method to start the printing process.
The following example demonstrates how to retrieve the PrintDocument object, display a PrintDialog and associate the PrinterSettings that were selected by a user before printing the document.
.NET Framework
Available since 3.0
Available since 3.0
Show: