PDFViewerControlTranslatePointToDocumentPoints Method ByteScout PDF Viewer SDK
Translates point coordinates to PDF document's coordinates (Points, 1 Point = 1/72 in.).

Namespace:  Bytescout.PDFViewer
Assembly:  Bytescout.PDFViewer (in Bytescout.PDFViewer.dll) Version: 13.4.1.4802-master
Syntax

public PointF TranslatePointToDocumentPoints(
	Point point
)

Parameters

point
Type: System.DrawingPoint
Input point in pixels.

Return Value

Type: PointF
Translated point in PDF document coordinates.
See Also

Reference