PrintServerEventLoggingTypes Enumeration
.NET Framework (current version)
Specifies the types of events that can be logged by a PrintServer.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System.Printing (in System.Printing.dll)
| Member name | Description | |
|---|---|---|
| LogAllPrintingEvents | All printing events. | |
| LogPrintingErrorEvents | Error events for printing. | |
| LogPrintingInformationEvents | Information events for printing. | |
| LogPrintingSuccessEvents | Successful printing events. | |
| LogPrintingWarningEvents | Warning events. | |
| None | No events. |
Use this enumeration to provide the values for the EventLog property of the PrintServer.
.NET Framework
Available since 3.0
Available since 3.0
Show: