Margins
Overview
Margins is a class in Aspose.PDF FOSS for C++.
This class provides 8 methods for working with Margins objects in C++ programs.
Available methods include: Bottom, Left, Right, Top.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
Left() → int | Calls Left on this Margins instance. |
Left(value: int) | Calls Left(value) on this Margins instance. |
Right() → int | Calls Right on this Margins instance. |
Right(value: int) | Calls Right(value) on this Margins instance. |
Top() → int | Calls Top on this Margins instance. |
Top(value: int) | Calls Top(value) on this Margins instance. |
Bottom() → int | Calls Bottom on this Margins instance. |
Bottom(value: int) | Calls Bottom(value) on this Margins instance. |