System.Printing.IndexedProperties Namespace
Stellt Klassen bereit, die das schnelle Kopieren der Eigenschafteneinstellungen eines Drucksystemobjekts in ein anderes Objekt desselben Typs ermöglichen. Provides classes that enable rapidly copying the property settings of a print system object to another object of the same type. Ermöglicht außerdem das Durchlaufen der Eigenschaften von Drucksystemobjekten und das Auffinden der Typen zur Laufzeit ohne Verwendung von Reflektion. Also, enables iteration through the properties of print system objects and the discovery of their types at run time, without using reflection.
Klassen
PrintBooleanProperty |
Stellt eine Boolean-Eigenschaft (und den Wert) einer Hardware- oder Softwarekomponente eines Drucksystems dar.Represents a Boolean property (and its value) of a printing system hardware or software component. |
PrintByteArrayProperty |
Stellt eine Eigenschaft einer Hardware- oder Softwarekomponente eines Drucksystems dar, deren Wert ein Array von Byte-Werten ist.Represents a property of a printing system hardware or software component whose value is an array of Byte values. |
PrintDateTimeProperty |
Stellt eine DateTime-Eigenschaft (und den Wert) einer Hardware- oder Softwarekomponente eines Drucksystems dar.Represents a DateTime property (and its value) of a printing system hardware or software component. |
PrintDriverProperty |
Stellt eine PrintDriver-Eigenschaft (und den Wert) einer Hardware- oder Softwarekomponente eines Drucksystems dar.Represents a PrintDriver property (and its value) of a printing system hardware or software component. |
PrintInt32Property |
Stellt eine Int32-Eigenschaft (und den Wert der Eigenschaft) einer Hardware- oder Softwarekomponente eines Drucksystems dar.Represents an Int32 property (and the value of the property) of a printing system hardware or software component. |
PrintJobPriorityProperty |
Stellt eine PrintJobPriority-Eigenschaft (und den Wert) einer Hardware- oder Softwarekomponente eines Drucksystems dar.Represents a PrintJobPriority property (and its value) of a printing system hardware or software component. |
PrintJobStatusProperty |
Stellt eine PrintJobStatus-Eigenschaft (und den Wert) einer Hardware- oder Softwarekomponente eines Drucksystems dar.Represents a PrintJobStatus property (and its value) of a printing system hardware or software component. |
PrintPortProperty |
Stellt eine PrintPort-Eigenschaft (und den Wert) einer Hardware- oder Softwarekomponente eines Drucksystems dar.Represents a PrintPort property (and its value) of a printing system hardware or software component. |
PrintProcessorProperty |
Stellt eine PrintProcessor-Eigenschaft (und den Wert) einer Hardware- oder Softwarekomponente eines Drucksystems dar.Represents a PrintProcessor property (and its value) of a printing system hardware or software component. |
PrintProperty |
Stellt eine Eigenschaft (und den Wert der Eigenschaft) einer Hardware- oder Softwarekomponente eines Drucksystems dar.Represents a property (and the value of the property) of a printing system hardware or software component. |
PrintPropertyDictionary |
Stellt eine Auflistung von Eigenschaften und Werten dar, die einem Objekt im System.Printing-Namespace zugeordnet sind.Represents a collection of properties and values that are associated with an object in the System.Printing namespace. |
PrintQueueAttributeProperty |
Stellt eine PrintQueueAttributes-Eigenschaft (und den Wert) einer Hardware- oder Softwarekomponente eines Drucksystems dar.Represents a PrintQueueAttributes property (and its value) of a printing system hardware or software component. |
PrintQueueProperty |
Stellt eine PrintQueue-Eigenschaft (und den Wert) einer Hardware- oder Softwarekomponente eines Drucksystems dar.Represents a PrintQueue property (and its value) of a printing system hardware or software component. |
PrintQueueStatusProperty |
Stellt eine PrintQueueStatus-Eigenschaft (und den Wert) einer Hardware- oder Softwarekomponente eines Drucksystems dar.Represents a PrintQueueStatus property (and its value) of a printing system hardware or software component. |
PrintServerLoggingProperty |
Stellt eine PrintServerEventLoggingTypes-Eigenschaft (und den Wert) einer Hardware- oder Softwarekomponente eines Drucksystems dar.Represents a PrintServerEventLoggingTypes property (and its value) of a printing system hardware or software component. |
PrintServerProperty |
Stellt eine PrintServer-Eigenschaft (und den Wert) einer Hardware- oder Softwarekomponente eines Drucksystems dar.Represents a PrintServer property (and its value) of a printing system hardware or software component. |
PrintStreamProperty |
Stellt eine Stream-Eigenschaft (und den Wert) einer Hardware- oder Softwarekomponente eines Drucksystems dar.Represents a Stream property (and its value) of a printing system hardware or software component. |
PrintStringProperty |
Stellt eine String-Eigenschaft (und den Wert) einer Hardware- oder Softwarekomponente eines Drucksystems dar.Represents a String property (and its value) of a printing system hardware or software component. |
PrintSystemTypeProperty |
Stellt eine Type-Eigenschaft (und den Wert) einer Hardware- oder Softwarekomponente eines Drucksystems dar.Represents a Type property (and its value) of a printing system hardware or software component. |
PrintThreadPriorityProperty |
Stellt eine ThreadPriority-Eigenschaft (und den Wert) einer Hardware- oder Softwarekomponente eines Drucksystems dar.Represents a ThreadPriority property (and its value) of a printing system hardware or software component. |
PrintTicketProperty |
Stellt eine PrintTicket-Eigenschaft (und den Wert) einer Hardware- oder Softwarekomponente eines Drucksystems dar.Represents a PrintTicket property (and its value) of a printing system hardware or software component. |
Hinweise
Dieser Namespace enthält die folgenden Kernklassen:This namespace contains the following core classes:
Die PrintProperty -Klasse, die die Basisklasse für die meisten der anderen Klassen ist.The PrintProperty class, which is the base class for most of the other classes.
Die PrintPropertyDictionary, d.h. eine Hashtable , deren Einträge sind alle Instanzen von Klassen abgeleitet PrintProperty.The PrintPropertyDictionary, which is a Hashtable whose entries are all instances of classes derived from PrintProperty.
Dieser Namespace ermöglicht, die zur Laufzeit zu ermitteln, ohne Verwendung von Reflektion die Typen der Eigenschaften von Drucksystemobjekten, z. B. PrintServer, PrintQueue, oder PrintSystemJobInfo.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.
Beispiele, die die Verwendung der Klassen in diesem Namespace zu zeigen, finden Sie unter PrintBooleanProperty, PrintProperty, und PrintPropertyDictionary.For examples that show the use of the classes in this namespace, see PrintBooleanProperty, PrintProperty, and PrintPropertyDictionary.
Dieser Namespace ist Teil der verbesserten Druckdienste, die mit Windows Presentation Foundation (WPF) bereitgestellt.This namespace is part of the enhanced printing services provided with Windows Presentation Foundation (WPF). Entwickler von verwaltetem Code mithilfe von Windows Forms müssen die APIs im Verwenden der System.Drawing.Printing Namespace.Managed code developers using Windows Forms must use the APIs in the System.Drawing.Printing namespace.