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

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf) Version: 6.2.0.0 (6.2.0.0)