[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PageSettings.ScaleWithDocHeaderFooter

ScaleWithDocHeaderFooter Property

ScaleWithDocHeaderFooter

Gets or sets whether the header and footer are scaled with the document when the document size changes.

Use this property to determine whether header and footer content follows the document scaling settings.

Declaration
public bool ScaleWithDocHeaderFooter { get; set; }
Public Property ScaleWithDocHeaderFooter As Boolean
Examples
PageSettings pageSettings = new PageSettings();
pageSettings.ScaleWithDocHeaderFooter = true;
bool scaleWithDocHeaderFooter = pageSettings.ScaleWithDocHeaderFooter;