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
Single
The value in points.

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