[]
Gets or sets the size of the left margin, in points.
Use this property to retrieve or update the current left page margin configured in the page settings.
public double LeftMargin { get; set; }
Public Property LeftMargin As Double
PageSettings pageSettings = new PageSettings();
pageSettings.LeftMargin = 72;
double leftMargin = pageSettings.LeftMargin;