Aspose::Page::Margins class
Margins class
This class encapsulates top, left, bottom and right margins.
class Margins : public System::Object
Methods
Method | Description |
---|---|
Equals(System::SharedPtr<System::Object>) override | Compares this margins with other. |
GetHashCode() const override | Calculates hashcode for this margins object. |
Margins(int32_t, int32_t, int32_t, int32_t) | Initializes an instance of Margin class. |
set(int32_t, int32_t, int32_t, int32_t) | Specifies margins values. |
ToString() const override | Make up a string representing this margins object. |
See Also
- Class Object
- Namespace Aspose::Page
- Library Aspose.Page for C++