Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public PdfDocumentPosition ClientToDocument(
    Point screenPoint
)

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