Class SaveOptions.MarginPartStyle

SaveOptions.MarginPartStyle class

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

public class MarginPartStyle

Constructors

NameDescription
MarginPartStyle(bool)Creates instance of MarginPartStyle class and initializes its value in points
MarginPartStyle(int)Creates instance of MarginPartStyle class and set its value in points

Properties

NameDescription
IsAuto { get; set; }Gets or sets a value indicating whether this instance is auto.
ValueInPoints { get; set; }Represents margin in points. Must be number greater then zero.

See Also