Aspose::Page::Margins class

Margins class

This class encapsulates top, left, bottom and right margins.

class Margins : public System::Object

Methods

MethodDescription
Equals(System::SharedPtr<System::Object>) overrideCompares this margins with other.
GetHashCode() const overrideCalculates 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 overrideMake up a string representing this margins object.

See Also