FixedDocumentSequence.DocumentPaginator 属性

定义

获取提供 FixedDocument 面向页面的服务的分页器,例如获取特定页面并重新分页以响应更改。

public:
 property System::Windows::Documents::DocumentPaginator ^ DocumentPaginator { System::Windows::Documents::DocumentPaginator ^ get(); };
public System.Windows.Documents.DocumentPaginator DocumentPaginator { get; }
member this.DocumentPaginator : System.Windows.Documents.DocumentPaginator
Public ReadOnly Property DocumentPaginator As DocumentPaginator

属性值

派生自 DocumentPaginator 该类的对象,该类提供分页服务。

实现

注解

如果需要具有自动重新分页的分页器来响应更改,例如向文档添加内容,请派生自其继承的DynamicDocumentPaginatorDocumentPaginator类。

适用于