EVO HTML to PDF Converter

UnitsConverterPointsToPixels Method

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

Namespace:  EvoPdf
Assembly:  evohtmltopdf (in evohtmltopdf.dll) Version: 10.0.0.0
Syntax

public static float PointsToPixels(
	float points
)

Parameters

points
Type: SystemSingle
The value in points to convert.

Return Value

Type: Single
The value in pixels.
See Also

Reference