Link Search Menu Expand Document

PDFViewerControlTranslatePointToDocumentPoints Method

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.0.4759-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