Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / IPageSetup Interface / ScaleWithDocHeaderFooter Property


In This Topic
ScaleWithDocHeaderFooter Property (IPageSetup)
In This Topic
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
 
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.
See Also