Length Struct |
Docentric Toolkit Help
Send Feedback |
This class represents a length.
System.Object
System.ValueType
Docentric.Documents.ObjectModel.Length
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public struct Length
The Length type exposes the following members.
Name | Description | |
---|---|---|
Centimeters | Gets the length in centimeters. | |
Inches | Gets the length in inches. | |
Millimeters | Gets the length in millimeters. | |
Picas | Gets the length in picas. | |
Points | Gets the length in points. | |
Zero | Returns zero length. |
Name | Description | |
---|---|---|
Equals(Object) | Compares two lengths for equality. (Overrides Length.Equals) | |
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) | |
FromCentimeters | Creates a Length structure from the numeric value representing length in centimeters. | |
FromInches | Creates a Length structure from the numeric value representing length in inches. | |
FromMillimeters | Creates a Length structure from the numeric value representing length in millimeters. | |
FromPicas | Creates a Length structure from the numeric value representing length in picas. | |
FromPoints | Creates a Length structure from the numeric value representing length in points. | |
GetHashCode() | Returns the hash code for this instance. (Overrides Length.GetHashCode) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
ToString() | Returns the object as string. Measure will be added to the end of the string. (Overrides Length.ToString) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |