PageOutputQuality
Dieses Thema ist nicht aktuell. Die aktuellen Informationen finden Sie unter Print Schema Specification (Spezifikation des Druckschemas).
Beschreibt die Qualitätsstufe der Ausgabe.
Elementinformationen
| Name | Wert |
|---|---|
| Elementtyp |
Komponente |
| Bereichspräfix |
Seite |
| Hinweise |
Keine |
Strukturelle Inhalte
Die XML-Struktur dieses Elements ist:
<psf:Feature name="psk:PageOutputQuality">
<psf:Property name="psf:SelectionType">
<psf:Value xsi:type="xs:string">psk:PickOne</psf:Value>
</psf:Property>
<psf:Option name="psk:_OptionName_">
<psf:Property name="psf:IdentityOption">
<psf:Value xsi:type="xs:string">_IdentityOptionValue_</psf:Value>
</psf:Property>
</psf:Option>
</psf:Feature>
Strukturvariablen
In der folgenden Tabelle werden die Merkmale der Variablen beschrieben, die in der XML-Struktur definiert sind.
| Name | Datentyp | Einheit | Unterstützte Werte | Zusammenfassung |
|---|---|---|---|---|
| _Optionname_ |
Zeichenfolge |
Buchstaben |
Gültiger vollqualifizierter Name, wie durch Namespaces in XML definiert. Wenn kein Namespace angegeben wird, wird der Standardnamespace angenommen. |
Der Name der Option |
| _IdentityOptionValue_ |
Zeichenfolge |
– |
TRUE, FALSE |
Definiert eine Option, durch die diese Funktion deaktiviert wird, wenn sie ausgewählt wird. |
Extensible Markup Language (XML)-Inhalt
Die Schlüsselwörter des öffentlichen Druckschemas werden im -Namespace https://schemas.microsoft.com/windows/2003/08/printing/printschemakeywords definiert. Der öffentliche Extensible Markup Language (XML) für dieses Schlüsselwort ist unten definiert:
<psf:Feature name="psk:PageOutputQuality">
<psf:Property name="psf:SelectionType">
<psf:Value xsi:type="xs:string">psk:PickOne</psf:Value>
</psf:Property>
<!-- Specifies the intent for automatic output (allow the client to automatically choose the best settings). -->
<psf:Option name="psk:Automatic" />
<!-- Specifies the intent for draft output (balanced for draft quality text and graphics). -->
<psf:Option name="psk:Draft" />
<!-- Specifies the intent for fax output (balanced for standard fax quality). -->
<psf:Option name="psk:Fax" />
<!-- Specifies the intent for high quality output (balanced for high quality text and graphics). -->
<psf:Option name="psk:High" />
<!-- Specifies the intent for normal output (balanced for good quality text and graphics). -->
<psf:Option name="psk:Normal" />
<!-- Specifies the intent for photographic output (images should have the highest quality). -->
<psf:Option name="psk:Photographic" />
<!-- Specifies the intent for text only output (graphics may output poorly or not at all). -->
<psf:Option name="psk:Text" />
</psf:Feature>