DynamicDocumentPaginator.IsBackgroundPaginationEnabled Property

Definition

Gets or sets a value indicating whether pagination is performed automatically in the background in response to certain events, such as a change in page size.

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

Property Value

true if background pagination is enabled; otherwise, false. The default is true.

Remarks

When true, pagination is performed in the background, raising PaginationProgress and PaginationCompleted events as appropriate.

Pagination of FixedDocument content, as distinct from a FlowDocument is not affected by changes to the visual PageSize.

Applies to

See also