Class SaveOptions.BorderInfo

SaveOptions.BorderInfo class

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

public class BorderInfo

Constructors

NameDescription
BorderInfo()Creates instance of BorderInfo class
BorderInfo(BorderPartStyle)Creates instance of BorderInfo class and initializes all elements of border(Top, Left, Right, Bottom) with attributes copied from supplied border style

Fields

NameDescription
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