ExpertPdf Html to Pdf Converter Library
PointsToPixels Method (points)
NamespacesExpertPdf.HtmlToPdfUnitsConverterPointsToPixels(Single)
ExpertPdf Html to Pdf Converter Library
Converts from points to pixels. The result of this method takes into account the current screen resolution.
Declaration Syntax
C#Visual BasicVisual C++
public static float PointsToPixels(
	float points
)
Public Shared Function PointsToPixels ( 
	points As Single
) As Single
public:
static float PointsToPixels(
	float points
)
Parameters
points (Single)
The value in points to convert.
Return Value
Single
The value in pixels.

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)