ExpertPdf PDF Creator Library
Converts from points to pixels. The result of this method takes into account the
current screen resolution.

Declaration Syntax
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
The value in pixels.
Assembly:
ExpertPdf.PdfCreator (Module: ExpertPdf.PdfCreator) Version: 5.2.0.0 (5.2.0.0)