次の方法で共有


StandardPrintTaskOptions.Orientation プロパティ

定義

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

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

プロパティ値

String

Platform::String

winrt::hstring

印刷タスクの方向オプションの正規名。

注釈

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

適用対象

こちらもご覧ください