PrintMediaType Enumeration
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt die Medientypen für die gedruckte Ausgabe an.
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
- Vererbung
-
PrintMediaType
- Attribute
Windows-Anforderungen
Gerätefamilie |
Windows 10 (eingeführt in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)
|
Felder
Archival | 4 | Der Medientyp Archival. |
AutoSelect | 3 | Die Option zum automatischen Auswählen eines Medientyps. |
BackPrintFilm | 5 | Der Medientyp BackPrintFilm. |
Bond | 6 | Der Bond-Medientyp. |
CardStock | 7 | Der CardStock-Medientyp. |
Continuous | 8 | Der Medientyp Continuous. |
Default | 0 | Der Standardmedientyp für die gedruckte Ausgabe. |
EnvelopePlain | 9 | Der Medientyp EnvelopePlain. |
EnvelopeWindow | 10 | Der Medientyp EnvelopeWindow. |
Fabric | 11 | Der Fabric-Medientyp. |
HighResolution | 12 | Der HighResolution-Medientyp. |
Label | 13 | Der Label-Medientyp. |
MultiLayerForm | 14 | Der MultiLayerForm-Medientyp. |
MultiPartForm | 15 | Der MultiPartForm-Medientyp. |
None | 31 | Die Option, um anzugeben, dass kein Medientyp ausgewählt wurde. |
NotAvailable | 1 | Ein Medientyp, der für die Anwendung nicht verfügbar ist, oder ein Medientyp, der vom Druckgerät nicht unterstützt wird. |
Photographic | 16 | Der Medientyp "Photographic". |
PhotographicFilm | 17 | Der Medientyp PhotographicFilm. |
PhotographicGlossy | 18 | Der Medientyp PhotographicGlossy. |
PhotographicHighGloss | 19 | Der Medientyp PhotographicHighGloss. |
PhotographicMatte | 20 | Der Medientyp PhotographicMatte. |
PhotographicSatin | 21 | Der Medientyp PhotographicSatin. |
PhotographicSemiGloss | 22 | Der Medientyp PhotographicSemiGloss. |
Plain | 23 | Der Einfache Medientyp. |
PrinterCustom | 2 | Ein benutzerdefinierter Medientyp, der für das Druckgerät spezifisch ist. |
Screen | 24 | Der Bildschirmmedientyp. |
ScreenPaged | 25 | Der ScreenPaged-Medientyp. |
Stationery | 26 | Der Medientyp Briefpapier. |
TabStockFull | 27 | Der Medientyp TabStockFull. |
TabStockPreCut | 28 | Der Medientyp TabStockPreCut. |
Transparency | 29 | Der Medientyp Transparenz. |
TShirtTransfer | 30 | Der TShirtTransfer-Medientyp. |