StandardPrintTaskOptions.ColorMode プロパティ

定義

印刷タスクのカラー モード オプションの正規名を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

印刷タスクのカラー モード オプションの正規名。

注釈

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

適用対象

こちらもご覧ください