Winnovative Excel Library

ExcelUnitsConverterPixelsToPoints Method

Winnovative Excel Library Documentation
Converts pixels to points. A point is 1/72 inch.

Namespace:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.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

Reference