Click or drag to resize

DpiHelperPDFRectToStandardRect Method

PDF DPI to standard DPI

Namespace:  ComPDFKitViewer.Helper
Assembly:  ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
C#
public static Rect PDFRectToStandardRect(
	Rect oldRect
)

Parameters

oldRect
Type: System.WindowsRect
old value

Return Value

Type: Rect
new value
See Also