Units.TwipsToHundredthsOfMillimeter(Size) Method
In This Article
Converts measurements from twips to hundredths of a millimeter.
Namespace: DevExpress.Office.Utils
Assembly: DevExpress.Office.v24.2.Core.dll
NuGet Package: DevExpress.Office.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
val | Size | The Size in twips to be converted to hundredths of a millimeter. |
#Returns
Type | Description |
---|---|
Size | A Size structure. |
See Also