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입니다.

설명

이면 true페이지 매김이 백그라운드에서 수행되고 이벤트가 적절하게 발생 PaginationProgress 합니다 PaginationCompleted .

시각적 FixedDocument개체의 FlowDocument 변경 내용에 의해 영향을 받지 않으므로 콘텐츠의 페이지 매김은 별개 PageSize 입니다.

적용 대상

추가 정보