UnitConverter.InchesToPoints

Method to convert inches to points.

public static double InchesToPoints(double size)
Shared Function InchesToPoints(size As Double) As Double

Parameters

size
Double

Size in inches.

Returns

Double

Size in points.

See Also

UnitConverter
ceTe.DynamicPDF.HtmlConverter

In this topic