PrintHolePunchOptionDetails 类

定义

表示打孔选项的列表。

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
继承
Object Platform::Object IInspectable PrintHolePunchOptionDetails
属性
实现

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

注解

下面是演示如何检索 对象的代码片段:

//  Retrieve the advanced Print Task Options.
PrintTaskOptionDetails printDetailedOptions = PrintTaskOptionDetails.GetFromPrintTaskOptions(printTask.Options);

// Get the object.
PrintHolePunchOptionDetails printHolePunchOptionDetails =
     (PrintHolePunchOptionDetails)printDetailedOptions.Options[StandardPrintTaskOptions.HolePunch];

版本历史记录

Windows 版本 SDK 版本 增值
1803 17134 说明
1803 17134 WarningText

属性

Description

获取或设置打孔选项的说明。

ErrorText

获取或设置错误条件的字符串。

Items

获取孔打孔选项的项列表。

OptionId

获取孔打孔选项的 ID。

OptionType

获取孔打孔选项的选项类型。

State

获取或设置打孔选项的状态。

Value

获取或设置打孔选项的枚举值。

WarningText

获取或设置警告条件的字符串。

方法

TrySetValue(Object)

设置孔打孔选项的值。

适用于