Aspose::Pdf::Text::Position class

Position class

Represents a position object.

class Position : public System::Object

Methods

MethodDescription
Equals(System::SharedPtr<System::Object>) overrideDetermines whether the specified object is equal to the current Position object.
get_XIndent() constGets the X coordinate of the object.
get_YIndent() constGets the Y coordinate of the object.
Position(double, double)Initializes a new instance of Position class.
set_XIndent(double)Gets the X coordinate of the object.
set_YIndent(double)Gets the Y coordinate of the object.
ToString() const overrideGets string representation for the current Position object.

See Also