UnitConverter.PointsToInches

Converts from typesetting points to inches.

public static float PointsToInches(float size)
Shared Function PointsToInches(size As Single) As Single

Parameters

size
Single

Size in points.

Returns

Single

The size in inches.

Licensing Info

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

See Also

UnitConverter
ceTe.DynamicPDF

In this topic