次の方法で共有


PrintBorderingOptionDetails クラス

定義

印刷の罫線オプションの一覧を表します。

public ref class PrintBorderingOptionDetails sealed : IPrintItemListOptionDetails
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PrintBorderingOptionDetails final : IPrintItemListOptionDetails
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PrintBorderingOptionDetails : IPrintItemListOptionDetails
Public NotInheritable Class PrintBorderingOptionDetails
Implements IPrintItemListOptionDetails
継承
Object Platform::Object IInspectable PrintBorderingOptionDetails
属性
実装

Windows の要件

デバイス ファミリ
Windows 10 Anniversary Edition (10.0.14393.0 - for Xbox, see UWP features that aren't yet supported on Xbox で導入)
API contract
Windows.Foundation.UniversalApiContract (v3.0 で導入)

注釈

オブジェクトを取得する方法を示すコード スニペットを次に示します。

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

// Get the object.
PrintBorderingOptionDetails printBorderingOptionDetails =
     (PrintBorderingOptionDetails)printDetailedOptions.Options[StandardPrintTaskOptions.Bordering];

バージョン履歴

Windows のバージョン SDK バージョン 追加された値
1803 17134 説明
1803 17134 WarningText

プロパティ

Description

印刷罫線オプションの説明を取得または設定します。

ErrorText

エラー条件の文字列を取得または設定します。

Items

印刷の罫線オプションの項目の一覧を取得します。

OptionId

印刷罫線オプションの ID を取得します。

OptionType

印刷罫線オプションのオプションの種類を取得します。

State

印刷罫線オプションの状態を取得または設定します。

Value

印刷罫線オプションの列挙値を取得または設定します。

WarningText

警告条件の文字列を取得または設定します。

メソッド

TrySetValue(Object)

印刷罫線オプションの値を設定します。

適用対象

こちらもご覧ください