Converts from pixels to points. The result of this method takes into account the 
            current screen resolution.
            
 Declaration Syntax
 Declaration Syntax| C# | Visual Basic | Visual C++ | 
public static float PixelsToPoints( float pixels )
Public Shared Function PixelsToPoints ( pixels As Single ) As Single
public: static float PixelsToPoints( float pixels )
 Parameters
 Parameters- pixels (Single)
- The value in pixels to convert.
 Return Value
 Return ValueSingle
The value in points.
The value in points.
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)

