RichEditUnitConverter.pixelsToTwips(value) Method
In This Article
Converts a measurement from pixels to twips.
#Declaration
TypeScript
pixelsToTwips(
value: number
): number
#Parameters
Name | Type | Description |
---|---|---|
value | number | The pixels value to be converted. |
#Returns
Type | Description |
---|---|
number | The result twips value. |
See Also