Aspose::Pdf::MarginInfo class
Contents
[
Hide
]MarginInfo class
This class represents a margin for different objects.
class MarginInfo : public System::ICloneable
Methods
Method | Description |
---|---|
Clone() override | Clones a new MarginInfo object. |
get_Bottom() const | Gets a float value that indicates the bottom margin. |
get_Left() const | Gets a float value that indicates the left margin. |
get_Right() const | Gets a float value that indicates the right margin. |
get_Top() const | Gets a float value that indicates the top margin. |
MarginInfo() | Initializes a new instance of the MarginInfo class. |
MarginInfo(double, double, double, double) | Constructor of Rectangle. |
set_Bottom(double) | Sets a float value that indicates the bottom margin. |
set_Left(double) | Sets a float value that indicates the left margin. |
set_Right(double) | Sets a float value that indicates the right margin. |
set_Top(double) | Sets a float value that indicates the top margin. |
See Also
- Class ICloneable
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++