Click or drag to resize

PreferredWidth FromPoints Method

Creates a PreferredWidth object from a specified number of points.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public static PreferredWidth FromPoints(
	double points
)

Parameters

points
Type: System Double
The width in points.

Return Value

Type: PreferredWidth
A PreferredWidth object representing the specified width in points.
See Also