Link Search Menu Expand Document

PDFViewerControlTranslateRectangleToDocumentPoints Method

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