PrintSystemObjectLoadMode Enumeration
.NET Framework (current version)
Specifies whether the properties of an object are initialized when the object loads.
Assembly: System.Printing (in System.Printing.dll)
| Member name | Description | |
|---|---|---|
| LoadInitialized | The properties are initialized during loading. | |
| LoadUninitialized | The properties are not initialized during loading. | |
| None | Not specified whether the properties are initialized. |
Use this type in a constructor for the abstract class PrintSystemObject.
.NET Framework
Available since 3.0
Available since 3.0
Show: