SaveOptions.MarginInfo.MarginInfo

MarginInfo()

Creates instance of MarginInfo

public MarginInfo()

See Also


MarginInfo(MarginPartStyle)

Creates instance of MarginInfo class and initializes all elements of page margin(Top, Left, Right, Bottom) with attributes copied from supplied margin style

public MarginInfo(MarginPartStyle commonMargin)
ParameterTypeDescription
commonMarginMarginPartStylestyle of margin parts that will be used for all elements of margin(left, right, top, bottom)

See Also