Position

Overview

Position is a class in Aspose.PDF FOSS for .NET.

The Position class can be used to specify X and Y indents for layout adjustments; its XIndent and YIndent properties are read‑only after construction.

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

NameTypeAccessDescription
XIndentdoubleRead/WriteGets or sets the x indent.
YIndentdoubleRead/WriteGets or sets the y indent.

Methods

SignatureDescription
Position(xIndent: double, yIndent: double)Calls Position(xIndent, yIndent) on this Position instance.
Equals(obj: object?)Calls Equals(obj) on this Position instance.
GetHashCode()Calls GetHashCode on this Position instance.
ToString()Calls ToString on this Position instance.

See Also

 English