Aspose::Pdf::Devices::Margins class

Margins class

This class represents margins of an image.

class Margins : public System::Object

Methods

MethodDescription
get_Bottom() constGets the bottom.
get_Left() constGets the left.
get_Right() constGets the right.
get_Top() constGets the top.
Margins(int32_t, int32_t, int32_t, int32_t)Initializes a new instance of the Margins class.
Margins()Initializes a new instance of the Margins class.
set_Bottom(int32_t)Sets the bottom.
set_Left(int32_t)Sets the left.
set_Right(int32_t)Sets the right.
set_Top(int32_t)Sets the top.

See Also