Provides classes that enable rapidly copying the property settings of a print system object to another object of the same type. Also, enables iteration through the properties of print system objects and the discovery of their types at run time, without using Reflection.
This namespace contains the following core classes:
This namespace makes it possible to discover at run time, without using Reflection, the types of the properties of print system objects, such as PrintServer, PrintQueue, or PrintSystemJobInfo.
For examples that show the use of the classes in this namespace, see PrintBooleanProperty, PrintProperty, and PrintPropertyDictionary.
This namespace is part of the enhanced printing services provided with Windows Presentation Foundation (WPF). Managed code developers using Windows Forms must use the API in the System.Drawing.Printing namespace.
Reference
Other Resources