ScaleWithDocHeaderFooter Property (IPageSetup)
Gets or sets a value indicating whether the header and footer should be scaled with the document when the size of the document changes.
bool ScaleWithDocHeaderFooter {get; set;}
'Declaration
Property ScaleWithDocHeaderFooter As Boolean
'Usage
Dim instance As IPageSetup
Dim value As Boolean
instance.ScaleWithDocHeaderFooter = value
value = instance.ScaleWithDocHeaderFooter
Property Value
true
if the header and footer should be scaled with the document when the size of the document changes; otherwise,
false
.