Click or drag to resize

UnitsConverterPixelsToPoints Method

Converts from pixels to points. The result of this method takes into account the current screen resolution.

Namespace: ExpertPdf.HtmlToPdf
Assembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntax
public static float PixelsToPoints(
	float pixels
)

Parameters

pixels  Single
The value in pixels to convert.

Return Value

Single
The value in points.
See Also