PrintSystemObject Class
Defines basic properties and methods that are common to the objects of the printing system. Classes that derive from this class represent such objects as print queues, print servers, and print jobs.
Assembly: System.Printing (in System.Printing.dll)
In addition to being the base class for print system objects, this class can be useful for calling methods when your application does not know or does not care what particular type of print system object it is using. For example, you could enumerate through a PrintSystemObjects collection of different object types, calling the Commit method on each of them in turn.
Notes to Inheritors:If you derive a class from PrintSystemObject, you may want to derive a collection of objects of that class from PrintSystemObjects.
System.Printing.PrintSystemObject
System.Printing.PrintFilter
System.Printing.PrintPort
System.Printing.PrintQueue
System.Printing.PrintServer
System.Printing.PrintSystemJobInfo
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.