Position Class
Represents a position object
Inheritance Hierarchy
SystemObject
  Aspose.Pdf.TextPosition

Namespace: Aspose.Pdf.Text
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public sealed class Position

The Position type exposes the following members.

Constructors
  NameDescription
Public methodPosition
Initializes a new instance of Position class
Properties
  NameDescription
Public propertyXIndent
Gets the X coordinate of the object
Public propertyYIndent
Gets the Y coordinate of the object
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current Position object.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString
Gets string representation for the current Position object.
(Overrides ObjectToString.)
See Also