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

プロパティ値

Boolean

PrintControllerWithStatusDialog が印刷プレビューに使用される場合は true。それ以外の場合は false

注釈

IsPreview基になるコントローラーのIsPreviewプロパティをチェックします。

適用対象