Aspose::Pdf::SaveOptions::MarginPartStyle class

MarginPartStyle class

Represents information of one part of margin(top, botom, left side or right side)

class MarginPartStyle : public System::Object

Methods

MethodDescription
get_IsAuto() constGets a value indicating whether this instance is auto.
get_ValueInPoints() constRepresents margin in points. Must be number greater then zero.
MarginPartStyle(int32_t)Creates instance of MarginPartStyle class and set its value in points.
MarginPartStyle(bool)Creates instance of MarginPartStyle class and initializes its value in points.
set_IsAuto(bool)Sets a value indicating whether this instance is auto.
set_ValueInPoints(int32_t)Represents margin in points. Must be number greater then zero.

See Also