Aspose::Pdf::MarginInfo class

MarginInfo class

This class represents a margin for different objects.

class MarginInfo : public System::ICloneable

Methods

MethodDescription
Clone() overrideClones a new MarginInfo object.
get_Bottom() constGets a float value that indicates the bottom margin.
get_Left() constGets a float value that indicates the left margin.
get_Right() constGets a float value that indicates the right margin.
get_Top() constGets 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