Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.01 KB

printquality.md

File metadata and controls

52 lines (35 loc) · 1.01 KB
-api-id -api-type -api-device-family-note
T:Windows.Graphics.Printing.PrintQuality
winrt enum
xbox

PrintQuality

-description

Specifies the print quality options for the printed output.

-enum-fields

-field Default:0

The default print quality option.

-field NotAvailable:1

A print quality option that is not available with the application or one that is not supported by the print device.

-field PrinterCustom:2

A print quality option that is specific to the print device.

-field Automatic:3

The option to automatically select the print quality.

-field Draft:4

The Draft print quality option.

-field Fax:5

The Fax print quality option.

-field High:6

The High print quality option.

-field Normal:7

The Normal print quality option.

-field Photographic:8

The Photographic print quality option.

-field Text:9

The Text print quality option.

-remarks

-examples

-see-also