BorderInfo

Overview

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

This class provides 10 methods for working with BorderInfo objects in C++ programs. Available methods include: Bottom, Left, Right, RoundedBorderRadius, Top. All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.

Methods

SignatureDescription
Left()GraphInfoCalls Left on this BorderInfo instance.
Left(value: GraphInfo)Calls Left(value) on this BorderInfo instance.
Right()GraphInfoCalls Right on this BorderInfo instance.
Right(value: GraphInfo)Calls Right(value) on this BorderInfo instance.
Top()GraphInfoCalls Top on this BorderInfo instance.
Top(value: GraphInfo)Calls Top(value) on this BorderInfo instance.
Bottom()GraphInfoCalls Bottom on this BorderInfo instance.
Bottom(value: GraphInfo)Calls Bottom(value) on this BorderInfo instance.
RoundedBorderRadius()doubleCalls RoundedBorderRadius on this BorderInfo instance.
RoundedBorderRadius(value: double)Calls RoundedBorderRadius(value) on this BorderInfo instance.

See Also