次の方法で共有


PrintControllerWithStatusDialog.IsPreview プロパティ

定義

この PrintControllerWithStatusDialog が印刷プレビューに使用されていることを示す値を取得します。

public:
 virtual property bool IsPreview { bool get(); };
public override bool IsPreview { get; }
member this.IsPreview : bool
Public Overrides ReadOnly Property IsPreview As Boolean

プロパティ値

true PrintControllerWithStatusDialogを印刷プレビューに使用する場合は、それ以外の場合はfalse

注釈

IsPreviewは、基になるコントローラーのIsPreview プロパティを確認します。

適用対象