PrintSystemObject Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the PrintSystemObject class.
Overloads
PrintSystemObject() |
Initializes a new instance of the PrintSystemObject class. |
PrintSystemObject(PrintSystemObjectLoadMode) |
Initializes a new instance of the PrintSystemObject class by using the specified PrintSystemObjectLoadMode. |
PrintSystemObject()
Initializes a new instance of the PrintSystemObject class.
protected:
PrintSystemObject();
protected PrintSystemObject ();
Protected Sub New ()
Applies to
PrintSystemObject(PrintSystemObjectLoadMode)
Initializes a new instance of the PrintSystemObject class by using the specified PrintSystemObjectLoadMode.
protected:
PrintSystemObject(System::Printing::PrintSystemObjectLoadMode mode);
protected PrintSystemObject (System.Printing.PrintSystemObjectLoadMode mode);
new System.Printing.PrintSystemObject : System.Printing.PrintSystemObjectLoadMode -> System.Printing.PrintSystemObject
Protected Sub New (mode As PrintSystemObjectLoadMode)
Parameters
A value that specifies whether the properties of the object should be initialized when the object is loaded.