StandardPrintTaskOptions.Staple プロパティ

定義

印刷タスクのステープル オプションの正規名を取得します。

public:
 static property Platform::String ^ Staple { Platform::String ^ get(); };
static winrt::hstring Staple();
public static string Staple { get; }
var string = StandardPrintTaskOptions.staple;
Public Shared ReadOnly Property Staple As String

プロパティ値

String

Platform::String

winrt::hstring

印刷タスクのステープル オプションの正規名。

注釈

このプロパティを使用して、標準名を取得して PrintTaskOptions.DisplayedOptions リストのステープル オプションを追加または削除し、印刷プレビュー UI にステープル オプションが表示されるかどうかを示します。 詳細については、「 印刷プレビュー UI をカスタマイズする」を参照してください。 このプロパティは、ステープル機能をサポートするプリンターにのみ適用されます。

適用対象

こちらもご覧ください