StandardPrintTaskOptions.Duplex プロパティ

定義

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

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

プロパティ値

String

Platform::String

winrt::hstring

印刷タスクの二重オプションの正規名。

注釈

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

適用対象

こちらもご覧ください