Position

Overview

Position is a class in Aspose.PDF FOSS for C++.

The Position class provides XIndent and YIndent getters and setters to fine‑tune the horizontal and vertical offset of annotations.

This class provides 4 methods for working with Position objects in C++ programs. Available methods include: XIndent, YIndent. All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.

Methods

SignatureDescription
XIndent()doubleCalls XIndent on this Position instance.
XIndent(value: double)Calls XIndent(value) on this Position instance.
YIndent()doubleCalls YIndent on this Position instance.
YIndent(value: double)Calls YIndent(value) on this Position instance.

See Also