[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PageSettings.PaperHeight

PaperHeight Property

PaperHeight

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.

Declaration
public double PaperHeight { get; set; }
Public Property PaperHeight As Double
Examples
PageSettings pageSettings = new PageSettings();
pageSettings.PaperHeight = 842.0;
double paperHeight = pageSettings.PaperHeight;