Winnovative HTML to PDF Converter

UnitsConverterPixelsToPoints Method

Winnovative HTML to PDF Converter for .NET Documentation
Converts from pixels to points. The result of this method takes into account the current screen resolution.

Namespace:  Winnovative
Assembly:  wnvhtmltopdf (in wnvhtmltopdf.dll) Version: 17.0.0.0
Syntax

public static float PixelsToPoints(
	float pixels
)

Parameters

pixels
Type: SystemSingle
The value in pixels to convert.

Return Value

Type: Single
The value in points.
See Also

Reference