PDFViewerControlTranslatePointFromPointsToPixels Method ByteScout PDF Viewer SDK
Translates point coordinates from PDF documents point units (1/72") to display pixels.

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

public Point TranslatePointFromPointsToPixels(
	PointF point
)

Parameters

point
Type: System.DrawingPointF
Input point in documents units.

Return Value

Type: Point
Result point in pixels.
See Also

Reference