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
| Signature | Description |
|---|---|
Left() → GraphInfo | Calls Left on this BorderInfo instance. |
Left(value: GraphInfo) | Calls Left(value) on this BorderInfo instance. |
Right() → GraphInfo | Calls Right on this BorderInfo instance. |
Right(value: GraphInfo) | Calls Right(value) on this BorderInfo instance. |
Top() → GraphInfo | Calls Top on this BorderInfo instance. |
Top(value: GraphInfo) | Calls Top(value) on this BorderInfo instance. |
Bottom() → GraphInfo | Calls Bottom on this BorderInfo instance. |
Bottom(value: GraphInfo) | Calls Bottom(value) on this BorderInfo instance. |
RoundedBorderRadius() → double | Calls RoundedBorderRadius on this BorderInfo instance. |
RoundedBorderRadius(value: double) | Calls RoundedBorderRadius(value) on this BorderInfo instance. |