| PreferredWidth Class | 
 Inheritance Hierarchy
Inheritance Hierarchy
 
Namespace: Spire.Doc
 Syntax
Syntax
 
The PreferredWidth type exposes the following members.
 Constructors
Constructors
 
| Name | Description | |
|---|---|---|
|   | PreferredWidth | 
 Create a new PreferredWidth object
 | 
 Properties
Properties
 
| Name | Description | |
|---|---|---|
|     | Auto | 
 Get an instance of PreferredWidth, this instance indicates
thie preferred width is auto.
 | 
|     | None | 
 Get an instance of PreferredWidth, this instance indicates
thie preferred width is not specified.
 | 
|   | Type | 
 A enum element from WidthType that specifies the units of measurement for the Value.
 | 
|   | Value | 
 An double value that specifies the preferred width
 | 
 Methods
Methods
 
| Name | Description | |
|---|---|---|
|   | Equals | 
 Determines whether the specified object is equal to the current object.
(Overrides
 Object
 
 Equals(Object)
.) | 
|   | Finalize | 
 Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
 Object
.) | 
|     | FromPercent | 
 Creates a PreferredWidth instance from a percentage value.
 | 
|     | FromPoints | 
 Creates a PreferredWidth object from a specified number of points.
 | 
|   | GetHashCode | 
 Returns a hash code for the current instance.
(Overrides
 Object
 
 GetHashCode
 
.) | 
|   | GetType | 
 Gets the
 
Type
 
 of the current instance.
(Inherited from
 Object
.) | 
|   | MemberwiseClone | 
 Creates a shallow copy of the current
 
Object
 
 .
(Inherited from
 Object
.) | 
|   | ToString | 
 Returns a string that represents the current object.
(Inherited from
 Object
.) | 
 See Also
See Also