DynamicDocumentPaginator.GetPagePosition(DocumentPage) Method

Definition

When overridden in a derived class, gets the position of the specified page in the document's content.

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

Parameters

page
DocumentPage

The page whose position is needed.

Returns

A ContentPosition representing the position of page.

Applies to