PrintMediaSizeOptionDetails
PrintMediaSizeOptionDetails
PrintMediaSizeOptionDetails
PrintMediaSizeOptionDetails
PrintMediaSizeOptionDetails
Class
Definition
Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prerelease APIs are identified by a Prerelease label.
[Contains prerelease APIs.]
Represents the list of media size options.
public : sealed class PrintMediaSizeOptionDetails : IPrintItemListOptionDetails, IPrintOptionDetails
struct winrt::Windows::Graphics::Printing::OptionDetails::PrintMediaSizeOptionDetails : IPrintItemListOptionDetails, IPrintOptionDetails
public sealed class PrintMediaSizeOptionDetails : IPrintItemListOptionDetails, IPrintOptionDetails
Public NotInheritable Class PrintMediaSizeOptionDetails Implements IPrintItemListOptionDetails, IPrintOptionDetails
// This class does not provide a public constructor.
- Attributes
Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
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 printMediaSizeOptionDetails =
printDetailedOptions.options.lookup(Windows.Graphics.Printing.StandardPrintTaskOptions.mediaSize);
Properties
Description Description Description Description Description |
Prerelease. Gets or sets the description of the print media size option. |
ErrorText ErrorText ErrorText ErrorText ErrorText |
Gets or sets the string for an error condition. |
Items Items Items Items Items |
Gets the list of print media size option items. |
OptionId OptionId OptionId OptionId OptionId |
Gets the ID for the print media size option. |
OptionType OptionType OptionType OptionType OptionType |
Gets the option type for the option for the number of printed copies. |
State State State State State |
Gets or sets the state of the option for the number of printed copies. |
Value Value Value Value Value |
Gets or sets the number of copies for a print task. |
WarningText WarningText WarningText WarningText WarningText |
Prerelease. Gets or sets a string for a warning condition. |
Methods
TrySetValue(Object) TrySetValue(Object) TrySetValue(Object) TrySetValue(Object) TrySetValue(Object) |
Sets the value for the media size option. |