DynamicDocumentPaginator.IsBackgroundPaginationEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.