Aspose::Pdf::SaveOptions::BorderInfo class

BorderInfo class

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

class BorderInfo : public System::Object

Methods

MethodDescription
BorderInfo()Creates instance of BorderInfo class.
BorderInfo(System::SharedPtr<SaveOptions::BorderPartStyle>)Creates instance of BorderInfo class and initializes all elements of border(Top, Left, Right, Bottom) with attributes copied from supplied border style.

Fields

FieldDescription
BottomStyleIfAnyRepresents bottom part(if any) of border.
LeftStyleIfAnyRepresents left part(if any) of border.
RightStyleIfAnyRepresents right part(if any) of border.
TopStyleIfAnyRepresents top part(if any) of border.

See Also