Share via


DynamicDocumentPaginator.IsBackgroundPaginationEnabled プロパティ

定義

ページ サイズ変更などの特定のイベントに応じて、バックグラウンドで改ページ位置の自動修正を実行するかどうかを示す値を取得または設定します。

public:
 virtual property bool IsBackgroundPaginationEnabled { bool get(); void set(bool value); };
public virtual bool IsBackgroundPaginationEnabled { get; set; }
member this.IsBackgroundPaginationEnabled : bool with get, set
Public Overridable Property IsBackgroundPaginationEnabled As Boolean

プロパティ値

バックグラウンドでの改ページ位置の自動修正が有効な場合は true。それ以外の場合は false。 既定値は、true です。

注釈

の場合true、バックグラウンドで改ページ位置が実行され、必要に応じて イベントと PaginationCompleted イベントが発生PaginationProgressします。

とは異なるFlowDocumentコンテンツのFixedDocument改ページ位置は、ビジュアル PageSizeへの変更の影響を受けません。

適用対象

こちらもご覧ください