StandardPrintTaskOptions.Copies プロパティ

定義

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

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

プロパティ値

String

Platform::String

winrt::hstring

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

注釈

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

適用対象

こちらもご覧ください