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 出來,提供分頁服務。
實作
備註
如果你需要一個能自動重排的分頁器,以回應變更,例如將內容加入文件,請派生一個類別,該類別 DynamicDocumentPaginator 繼承自 DocumentPaginator。