Skip to main content
A newer version of this page is available. .

RichEditUnitConverter.centimetersToTwips(value) Method

Converts a value in centimeters to twips.

Declaration

centimetersToTwips(
    value: number
): number

Parameters

Name Type Description
value number

A floating value specifying the value in centimeters to convert.

Returns

Type Description
number

An integer value representing the value in twips.

See Also