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: 4.12.0.0

Syntax

C#
public static float PointsToPixels(
	float points
)
Visual Basic
Public Shared Function PointsToPixels ( 
	points As Single
) As Single
Visual C++
public:
static float PointsToPixels(
	float points
)

Parameters

points
Type: System..::..Single
The value in points to convert.

Return Value

Type: Single
The value in pixels.

See Also