UnitsConverterPixelsToPoints Method
Converts from pixels to points. The result of this method takes into account the
current screen resolution.
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 20.0.0
public static float PixelsToPoints(
float pixels
)
- pixels Single
- The value in pixels to convert.
SingleThe value in points.