TopMargin Property
TopMargin
Gets or sets the size of the top margin, in points.
Declaration
public double TopMargin { get; set; }
Public Property TopMargin As Double
Examples
PageSettings pageSettings = new PageSettings();
pageSettings.TopMargin = 72d;
double topMargin = pageSettings.TopMargin;