Skip to main content

Units.DocumentsToTwips(Rectangle) Method

Converts a value in documents to twips.

Namespace: DevExpress.Office.Utils

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

Declaration

public static Rectangle DocumentsToTwips(
    Rectangle val
)

Parameters

Name Type Description
val Rectangle

The value in documents to convert.

Returns

Type Description
Rectangle

The value converted to twips.

See Also