PDFViewerControlTranslateRectangleToDocumentPoints Method ByteScout PDF Viewer SDK
Translates rectangle 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 RectangleF TranslateRectangleToDocumentPoints(
	Rectangle rectangle
)

Parameters

rectangle
Type: System.DrawingRectangle
Input rectangle in pixels.

Return Value

Type: RectangleF
Translated rectangle in document coordinates.
See Also

Reference