DynamicDocumentPaginator.GetPagePosition(DocumentPage) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
派生クラスでオーバーライドされると、ドキュメントのコンテンツ内の指定したページの位置を取得します。
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
位置が必要なページ。
戻り値
page
の位置を表す ContentPosition。