Click or drag to resize

DpiHelperStandardNumToPDFNum Method

Convert standard DPI to PDF DPI

Namespace:  ComPDFKitViewer.Helper
Assembly:  ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
C#
public static double StandardNumToPDFNum(
	double oldNum
)

Parameters

oldNum
Type: SystemDouble
old number

Return Value

Type: Double
new number
See Also