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