PrintColorModeOptionDetails class
Represents the list of print color mode options.
Syntax
/* For information about creating or accessing this object, see Remarks. */
Attributes
- MarshalingBehaviorAttribute(Agile)
- VersionAttribute(NTDDI_WIN8)
Members
The PrintColorModeOptionDetails class has these types of members:
Methods
The PrintColorModeOptionDetails class has these methods. With C#, Visual Basic, and C++, it also inherits methods from the Object class.
| Method | Description |
|---|---|
| TrySetValue | Sets the value for the print color mode option. |
Properties
The PrintColorModeOptionDetails class has these properties.
| Property | Access type | Description |
|---|---|---|
| Read/write | Gets or sets the string for an error condition. | |
| Read-only | Gets the list of items for the print color mode option. | |
| Read-only | Gets the ID for the print color mode option. | |
| Read-only | Gets the option type for the print color mode option. | |
| Read/write | Gets or sets the state of the print color mode option. | |
| Read-only | Gets or sets the enumerated value of the print color mode option. |
Remarks
Here is a JavaScript code snippet that shows how to retrieve the object:
// Retrieve the advanced Print Task Options var printDetailedOptions = Windows.Graphics.Printing.OptionDetails.PrintTaskOptionDetails.getFromPrintTaskOptions(printTask.options); // get the object var printColorModeOptionDetails = printDetailedOptions.options.lookup(Windows.Graphics.Printing.StandardPrintTaskOptions.colorMode);
Requirements
|
Minimum supported client | Windows 8 [Windows Store apps only] |
|---|---|
|
Minimum supported server | Windows Server 2012 [Windows Store apps only] |
|
Namespace |
|
|
Metadata |
|
Build date: 12/4/2012
