PrintQuality
PrintQuality
PrintQuality
PrintQuality
Enum
Definition
Specifies the print quality options for the printed output.
public : enum class PrintQualitypublic enum PrintQualityPublic Enum PrintQuality// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Automatic Automatic Automatic Automatic | The option to automatically select the print quality. |
| Default Default Default Default | The default print quality option. |
| Draft Draft Draft Draft | The Draft print quality option. |
| Fax Fax Fax Fax | The Fax print quality option. |
| High High High High | The High print quality option. |
| Normal Normal Normal Normal | The Normal print quality option. |
| NotAvailable NotAvailable NotAvailable NotAvailable | A print quality option that is not available with the application or one that is not supported by the print device. |
| Photographic Photographic Photographic Photographic | The Photographic print quality option. |
| PrinterCustom PrinterCustom PrinterCustom PrinterCustom | A print quality option that is specific to the print device. |
| Text Text Text Text | The Text print quality option. |