PrintHolePunchOptionDetails Class

Definition

Represents the list of punch hole options.

public ref class PrintHolePunchOptionDetails sealed : IPrintItemListOptionDetails
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PrintHolePunchOptionDetails final : IPrintItemListOptionDetails
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PrintHolePunchOptionDetails : IPrintItemListOptionDetails
Public NotInheritable Class PrintHolePunchOptionDetails
Implements IPrintItemListOptionDetails
Inheritance
Object Platform::Object IInspectable PrintHolePunchOptionDetails
Attributes
Implements

Windows requirements

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)

Remarks

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.
PrintHolePunchOptionDetails printHolePunchOptionDetails =
     (PrintHolePunchOptionDetails)printDetailedOptions.Options[StandardPrintTaskOptions.HolePunch];

Version history

Windows version SDK version Value added
1803 17134 Description
1803 17134 WarningText

Properties

Description

Gets or sets the description of the hole punch option.

ErrorText

Gets or sets the string for an error condition.

Items

Gets the list of items for the hole punch option.

OptionId

Gets the ID for the hole punch option.

OptionType

Gets the option type for the hole punch option.

State

Gets or sets the state of the hole punch option.

Value

Gets or sets the enumerated value of the hole punch option.

WarningText

Gets or sets a string for a warning condition.

Methods

TrySetValue(Object)

Sets the value for the hole punch option.

Applies to