PrintAction Enumeration
.NET Framework (current version)
Specifies the type of print operation occurring.
Assembly: System.Drawing (in System.Drawing.dll)
| Member name | Description | |
|---|---|---|
| PrintToFile | The print operation is printing to a file. | |
| PrintToPreview | The print operation is a print preview. | |
| PrintToPrinter | The print operation is printing to a printer. |
The PrintAction is used by the PrintEventArgs type to indicate what type of Print event is occurring.
Note |
|---|
The PrintEventArgs::PrintAction does not reliably indicate the type of print operation occurring, and returns PrintToFile in all cases. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
