UnitConverter.PointsToInches

Converts from typesetting points to inches.

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

Parameters

size
Double

Size in points.

Returns

Double

The size in inches.

Licensing Info

This method is a DynamicPDF PrintManager feature. One of the following is required for non-evaluation usage:

See Also

UnitConverter
ceTe.DynamicPDF.Printing

In this topic