Skip to main content

Units.TwipsToDocuments(Rectangle) Method

Converts a value in twips to documents.

Namespace: DevExpress.Office.Utils

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

Declaration

public static Rectangle TwipsToDocuments(
    Rectangle val
)

Parameters

Name Type Description
val Rectangle

A value in twips.

Returns

Type Description
Rectangle

A value in documents.

See Also