MarginInfo
Overview
MarginInfo is a class in Aspose.PDF FOSS for C++.
MarginInfo allows precise control of page margins with double-precision getters and setters for left, right, top, and bottom values.
This class provides 9 methods for working with MarginInfo objects in C++ programs.
Available methods include: Bottom, Left, MarginInfo, Right, Top.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
MarginInfo() | Calls MarginInfo on this MarginInfo instance. |
Left() → double | Calls Left on this MarginInfo instance. |
Left(value: double) | Calls Left(value) on this MarginInfo instance. |
Right() → double | Calls Right on this MarginInfo instance. |
Right(value: double) | Calls Right(value) on this MarginInfo instance. |
Top() → double | Calls Top on this MarginInfo instance. |
Top(value: double) | Calls Top(value) on this MarginInfo instance. |
Bottom() → double | Calls Bottom on this MarginInfo instance. |
Bottom(value: double) | Calls Bottom(value) on this MarginInfo instance. |