Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

Units.PicasToTwipsF(Single) Method

Converts a measurement from picas to twips. Returns the converted measurement as a Single.

Namespace: DevExpress.Office.Utils

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

Declaration

public static float PicasToTwipsF(
    float value
)

Parameters

Name Type Description
value Single

The Single picas value to be converted to twips.

Returns

Type Description
Single

A Single value.

See Also