UnitsConverterPixelsToPoints Method

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

Definition

Namespace: Winnovative.ExcelToPdf
Assembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
C#
public static float PixelsToPoints(
	float pixels
)

Parameters

pixels  Single
The value in pixels to convert.

Return Value

Single
The value in points.

See Also