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.