Share via


IPrintOptionDetails Interface

Definition

Represents the base class for the PrintTaskOptionXxx objects.

public interface class IPrintOptionDetails
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(956729039, 54914, 18783, 173, 254, 215, 51, 63, 92, 24, 8)]
struct IPrintOptionDetails
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(956729039, 54914, 18783, 173, 254, 215, 51, 63, 92, 24, 8)]
public interface IPrintOptionDetails
Public Interface IPrintOptionDetails
Derived
Attributes

Windows requirements

Requirements Description
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)

Properties

Name Description
ErrorText

Gets or sets the string for an error condition.

OptionId

Gets the ID for a print task option.

OptionType

Gets the option type for a print task option.

State

Gets or sets the state of a print task option.

Value

Gets the enumerated value of a print task option.

Methods

Name Description
TrySetValue(Object)

Sets the value for the print task option.

Applies to