PdfViewerControl.ClientToDocument(Point) Method
Converts the PDF Viewer’s viewport coordinates of a screen point into document coordinates.
Namespace: DevExpress.UI.Xaml.Controls
Assembly: DevExpress.UI.Xaml.Controls.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Parameters
Name | Type | Description |
---|---|---|
screenPoint | Point | A Windows.Foundation.Point object that is the screen point to convert. |
Returns
Type | Description |
---|---|
PdfDocumentPosition | A DevExpress.Pdf.PdfDocumentPosition object that stores the information about the page number and point corresponding to the screen point. |
See Also