Aspose::Pdf::SaveOptions::MarginInfo class

MarginInfo class

Instance of this class represents information about page margin That can be drown on some result document.

class MarginInfo : public System::Object

Methods

MethodDescription
MarginInfo()Creates instance of MarginInfo.
MarginInfo(const System::SharedPtr<SaveOptions::MarginPartStyle>&)Creates instance of MarginInfo class and initializes all elements of page margin(Top, Left, Right, Bottom) with attributes copied from supplied margin style.

See Also