[]
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.
public bool ScaleWithDocHeaderFooter { get; set; }
Public Property ScaleWithDocHeaderFooter As Boolean
PageSettings pageSettings = new PageSettings();
pageSettings.ScaleWithDocHeaderFooter = true;
bool scaleWithDocHeaderFooter = pageSettings.ScaleWithDocHeaderFooter;