Units.DocumentsToTwips(Size) Method
Converts measurements from documents to twips.
Namespace: DevExpress.Office.Utils
Assembly: DevExpress.Office.v25.2.Core.dll
NuGet Package: DevExpress.Office.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| val | Size | The Size with values in documents to be converted to twips. |
Returns
| Type | Description |
|---|---|
| Size | A Size structure. |
See Also