PrintMediaTypeOptionDetails Class
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.
Represents the list of print media type options.
public ref class PrintMediaTypeOptionDetails sealed : IPrintItemListOptionDetails
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PrintMediaTypeOptionDetails final : IPrintItemListOptionDetails
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PrintMediaTypeOptionDetails : IPrintItemListOptionDetails
Public NotInheritable Class PrintMediaTypeOptionDetails
Implements IPrintItemListOptionDetails
- Inheritance
- Attributes
- Implements
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)
|
Here is a code snippet that shows how to retrieve the object:
// Retrieve the advanced Print Task Options.
PrintTaskOptionDetails printDetailedOptions = PrintTaskOptionDetails.GetFromPrintTaskOptions(printTask.Options);
// Get the object.
PrintMediaTypeOptionDetails printMediaTypeOptionDetails =
(PrintMediaTypeOptionDetails)printDetailedOptions.Options[StandardPrintTaskOptions.MediaType];
Windows version | SDK version | Value added |
---|---|---|
1803 | 17134 | Description |
1803 | 17134 | WarningText |
Description |
Gets or sets the description of the print media type option. |
Error |
Gets or sets the string for an error condition. |
Items |
Gets the list of items for the print media type options. |
Option |
Gets the ID for the print media type option. |
Option |
Gets the option type for the print media type option. |
State |
Gets or sets the state for the print media type option. |
Value |
Gets or sets the enumerated value of the print media type option. |
Warning |
Gets or sets a string for a warning condition. |
Try |
Sets the value for the media type option. |
Product | Versions |
---|---|
WinRT | Build 10240, Build 10586, Build 14383, Build 15063, Build 16299, Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100 |