PrintMediaType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the media types for the printed output.
public enum class PrintMediaType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class PrintMediaType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum PrintMediaType
var value = Windows.Graphics.Printing.PrintMediaType.default
Public Enum PrintMediaType
- Inheritance
-
PrintMediaType
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
Default | 0 | The default media type for the printed output. |
NotAvailable | 1 | A media type that is not available with the application or one that is not supported by the print device. |
PrinterCustom | 2 | A custom media type that is specific to the print device. |
AutoSelect | 3 | The option to auto select a media type. |
Archival | 4 | The Archival media type. |
BackPrintFilm | 5 | The BackPrintFilm media type. |
Bond | 6 | The Bond media type. |
CardStock | 7 | The CardStock media type. |
Continuous | 8 | The Continuous media type. |
EnvelopePlain | 9 | The EnvelopePlain media type. |
EnvelopeWindow | 10 | The EnvelopeWindow media type. |
Fabric | 11 | The Fabric media type. |
HighResolution | 12 | The HighResolution media type. |
Label | 13 | The Label media type. |
MultiLayerForm | 14 | The MultiLayerForm media type. |
MultiPartForm | 15 | The MultiPartForm media type. |
Photographic | 16 | The Photographic media type. |
PhotographicFilm | 17 | The PhotographicFilm media type. |
PhotographicGlossy | 18 | The PhotographicGlossy media type. |
PhotographicHighGloss | 19 | The PhotographicHighGloss media type. |
PhotographicMatte | 20 | The PhotographicMatte media type. |
PhotographicSatin | 21 | The PhotographicSatin media type. |
PhotographicSemiGloss | 22 | The PhotographicSemiGloss media type. |
Plain | 23 | The Plain media type. |
Screen | 24 | The Screen media type. |
ScreenPaged | 25 | The ScreenPaged media type. |
Stationery | 26 | The Stationery media type. |
TabStockFull | 27 | The TabStockFull media type. |
TabStockPreCut | 28 | The TabStockPreCut media type. |
Transparency | 29 | The Transparency media type. |
TShirtTransfer | 30 | The TShirtTransfer media type. |
None | 31 | The option to indicate that a media type has not been selected. |