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

SignatureDescription
Left()intCalls Left on this Margins instance.
Left(value: int)Calls Left(value) on this Margins instance.
Right()intCalls Right on this Margins instance.
Right(value: int)Calls Right(value) on this Margins instance.
Top()intCalls Top on this Margins instance.
Top(value: int)Calls Top(value) on this Margins instance.
Bottom()intCalls Bottom on this Margins instance.
Bottom(value: int)Calls Bottom(value) on this Margins instance.

See Also