[]
Option class for customising border when saving to PDF.
public class CustomBorderStyle
public CustomBorderStyle()
Gets or sets the width of a border when exporting to PDF.
public double BorderWidth { get; set; }
Gets or sets the list records the length of each segment of the dashed line.
public List<double> Dashes { get; set; }