Spread Windows Forms 12.0 Product Documentation
ScaleWithDocHeaderFooter Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Printing Namespace > PageSetup Class : ScaleWithDocHeaderFooter Property
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

Reference

PageSetup Class
PageSetup Members