| UnitsConverterPixelsToPoints Method  | 
 
            Converts from pixels to points. The result of this method takes into account the 
            current screen resolution.
            
 
    Namespace: 
   ExpertPdf.PdfCreator
    Assembly:
   epdfcreator (in epdfcreator.dll) Version: 17.0.0
 Syntax
Syntaxpublic static float PixelsToPoints(
	float pixels
)
Public Shared Function PixelsToPoints ( 
	pixels As Single
) As Single
Parameters
- pixels
- Type: SystemSingle
 The value in pixels to convert.
Return Value
Type: 
SingleThe value in points.
 See Also
See Also