PrintPageRangeOptionDetails Class

Definition

Represents the list of print page range options.

public ref class PrintPageRangeOptionDetails sealed : IPrintOptionDetails
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class PrintPageRangeOptionDetails final : IPrintOptionDetails
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PrintPageRangeOptionDetails final : IPrintOptionDetails
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class PrintPageRangeOptionDetails : IPrintOptionDetails
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PrintPageRangeOptionDetails : IPrintOptionDetails
Public NotInheritable Class PrintPageRangeOptionDetails
Implements IPrintOptionDetails
Inheritance
Object Platform::Object IInspectable PrintPageRangeOptionDetails
Attributes
Implements

Windows requirements

Device family
Windows 10, version 1803 (introduced in 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v6.0)

Properties

Description

Gets or sets a description of the print page range option.

ErrorText

Gets or sets the string for an error condition.

OptionId

Gets the ID of the print page range option.

OptionType

Gets the option type for the print page range option.

State

Gets or sets the state for the print page range option.

Value

Gets the enumerated value of the print page range option.

WarningText

Gets or sets a string for a warning condition.

Methods

TrySetValue(Object)

Sets the value for the print page range option.

Applies to