Link Search Menu Expand Document

PDFViewerControlTranslateRectangleFromPointsToPixels Method

Translates rectangle from PDF documents points (1/72") to display pixels.

Namespace:Bytescout.PDFViewer
Assembly: Bytescout.PDFViewer (in Bytescout.PDFViewer.dll) Version: 13.4.0.4759-master
Syntax
public Rectangle TranslateRectangleFromPointsToPixels(
	RectangleF rectangle
)

Parameters

rectangle
Type: System.DrawingRectangleF
Input rectangle in documents points.

Return Value

Type: Rectangle
Result rectangle in pixels.
See Also

Reference