DynamicDocumentPaginator.GetPagePosition(DocumentPage) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.