FixedDocumentSequence.DocumentPaginator 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取提供 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类。