[]
Gets or sets the size of the bottom margin, in points.
This value specifies the bottom page margin used for printing or page-based export.
public double BottomMargin { get; set; }
Public Property BottomMargin As Double
PageSettings pageSettings = new PageSettings();
pageSettings.BottomMargin = 36d;
double bottomMargin = pageSettings.BottomMargin;