RichEditUnitConverter.inchesToTwips(value) Method
In This Article
Converts a measurement from inches to twips.
#Declaration
TypeScript
inchesToTwips(
value: number
): number
#Parameters
Name | Type | Description |
---|---|---|
value | number | The inches value (floating) to be converted. |
#Returns
Type | Description |
---|---|
number | The result twips value, as an integer. |
See Also