Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

Units.DocumentsToTwips(RectangleF) Method

Converts measurements from documents to twips.

Namespace: DevExpress.Office.Utils

Assembly: DevExpress.Office.v20.2.Core.dll

NuGet Package: DevExpress.Office.Core

Declaration

public static RectangleF DocumentsToTwips(
    RectangleF val
)

Parameters

Name Type Description
val RectangleF

The RectangleF with values in documents to be converted to twips.

Returns

Type Description
RectangleF

A RectangleF structure.

See Also