PrintSystemObject Class
.NET Framework 3.0
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.
Namespace: System.Printing
Assembly: System.Printing (in system.printing.dll)
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.Object
System.Printing.PrintSystemObject
System.Printing.PrintFilter
System.Printing.PrintPort
System.Printing.PrintQueue
System.Printing.PrintServer
System.Printing.PrintSystemJobInfo
System.Printing.PrintSystemObject
System.Printing.PrintFilter
System.Printing.PrintPort
System.Printing.PrintQueue
System.Printing.PrintServer
System.Printing.PrintSystemJobInfo
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: