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 클래스의 개체입니다.

구현

설명

문서에 콘텐츠 추가와 같은 변경 내용에 대한 응답에서 자동 다시 페이지 매김이 있는 페이지 매김이 필요한 경우 자체에서 상속되는 클래스 DynamicDocumentPaginator 를 파생합니다 DocumentPaginator.

적용 대상