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