[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PageSettings.PaperWidth

PaperWidth Property

PaperWidth

Gets or sets the width of the paper, in points, considered page orientation.

Use this property together with PaperHeight to determine the paper dimensions currently applied to the page.

Declaration
public double PaperWidth { get; set; }
Public Property PaperWidth As Double
Examples
PageSettings pageSettings = new PageSettings();
pageSettings.PaperWidth = 595.0;
double paperWidth = pageSettings.PaperWidth;