共用方式為


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

ContentPosition,表示 page 的位置。

適用於