[]
Gets or sets the height in points of the paper, considered page orientation.
Use this property together with PaperWidth to determine the paper dimensions currently applied to the page.
public double PaperHeight { get; set; }
Public Property PaperHeight As Double
PageSettings pageSettings = new PageSettings();
pageSettings.PaperHeight = 842.0;
double paperHeight = pageSettings.PaperHeight;