Position
Overview
Position is a class in Aspose.PDF FOSS for .NET.
This class provides 4 methods for working with Position objects in .NET programs.
Available methods include: Equals, GetHashCode, Position, ToString.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: XIndent, YIndent.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
XIndent | double | Read/Write | Gets or sets the x indent. |
YIndent | double | Read/Write | Gets or sets the y indent. |
Methods
| Signature | Description |
|---|---|
Position(xIndent: double, yIndent: double) | Calls Position on this Position instance. |
Equals(obj: object?) | Calls Equals on this Position instance. |
GetHashCode() | Calls GetHashCode on this Position instance. |
ToString() | Calls ToString on this Position instance. |