| 
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
Syntax
 
 
public static PreferredWidth FromPoints(
	double points
)
 
Public Shared Function FromPoints ( 
	points As Double
) As PreferredWidth
 
public:
static PreferredWidth^ FromPoints(
	double points
)
 
static member FromPoints : 
points : float -> PreferredWidth 
 
 
 
Parameters
 
- 
points
 
- 
 Type:
 
System
Double
 
 The width in points.
Return Value
 
 Type:
 
PreferredWidth
 
 A PreferredWidth object representing the specified width in points.
 
 See Also
See Also