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

C# | Visual Basic | Visual C++ |
public static float PointsToPixels( float points )
Public Shared Function PointsToPixels ( points As Single ) As Single
public: static float PointsToPixels( float points )

- points (Single)
- The value in points to convert.

Single
The value in pixels.
The value in pixels.
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)