Sdílet prostřednictvím


DynamicDocumentPaginator.GetPagePosition(DocumentPage) Metoda

Definice

Při přepsání v odvozené třídě získá pozici zadané stránky v obsahu dokumentu.

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

Parametry

page
DocumentPage

Stránka, jejíž pozice je nutná.

Návraty

ContentPosition

A ContentPosition představující pozici page.

Platí pro