Click or drag to resize

ExcelUnitsConverterPixelsToPoints Method

Converts pixels to points. A point is 1/72 inch.

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.0.0
Syntax
public double PixelsToPoints(
	double pixels
)

Parameters

pixels
Type: SystemDouble
The value in pixels

Return Value

Type: Double
The value in points
See Also