Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

PrintEventArgs::PrintAction Property

 

Returns PrintToFile in all cases.

Namespace:   System.Drawing.Printing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
property PrintAction PrintAction {
	PrintAction get();
}

Property Value

Type: System.Drawing.Printing::PrintAction

PrintToFile in all cases.

The PrintAction does not reliably indicate the type of print operation occurring, and returns PrintToFile in all cases.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft