CoordCalculateY Method (Double)

Transforms value for Y-coordinate from natural PUB metric system into inches

Namespace:  Aspose.Pub.Utils
Assembly:  Aspose.PUB (in Aspose.PUB.dll) Version: 20.2
Syntax
public double CalculateY(
	double pageHeight
)

Parameters

pageHeight
Type: SystemDouble
height of page where current coordinate placed

Return Value

Type: Double
Y-coordinate in inches
See Also