ExpertPdf PDF Creator Library
PixelsToPoints Method (pixels)
NamespacesExpertPdf.PdfCreatorUnitsConverterPixelsToPoints(Single)
ExpertPdf PDF Creator 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.PdfCreator (Module: ExpertPdf.PdfCreator.dll) Version: 9.2.0.25824 (9.2.0.0)