Skip to main content

Units.TwipsToDocuments(Size) Method

Converts measurements from twips to documents.

Namespace: DevExpress.Office.Utils

Assembly: DevExpress.Office.v24.1.Core.dll

NuGet Packages: DevExpress.Office.Core, DevExpress.Win.Navigation

Declaration

public static Size TwipsToDocuments(
    Size val
)

Parameters

Name Type Description
val Size

A Size structure with values in twips to be converted to documents.

Returns

Type Description
Size

A Size structure.

See Also