DynamicDocumentPaginator.GetPagePosition(DocumentPage) メソッド

定義

派生クラスでオーバーライドされると、ドキュメントのコンテンツ内の指定したページの位置を取得します。

public:
 abstract System::Windows::Documents::ContentPosition ^ GetPagePosition(System::Windows::Documents::DocumentPage ^ page);
public abstract System.Windows.Documents.ContentPosition GetPagePosition (System.Windows.Documents.DocumentPage page);
abstract member GetPagePosition : System.Windows.Documents.DocumentPage -> System.Windows.Documents.ContentPosition
Public MustOverride Function GetPagePosition (page As DocumentPage) As ContentPosition

パラメーター

page
DocumentPage

位置が必要なページ。

戻り値

ContentPosition

page の位置を表す ContentPosition

適用対象