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

SignatureDescription
MarginInfo()Calls MarginInfo on this MarginInfo instance.
Left()doubleCalls Left on this MarginInfo instance.
Left(value: double)Calls Left(value) on this MarginInfo instance.
Right()doubleCalls Right on this MarginInfo instance.
Right(value: double)Calls Right(value) on this MarginInfo instance.
Top()doubleCalls Top on this MarginInfo instance.
Top(value: double)Calls Top(value) on this MarginInfo instance.
Bottom()doubleCalls Bottom on this MarginInfo instance.
Bottom(value: double)Calls Bottom(value) on this MarginInfo instance.

See Also