Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / PageSetup Class / ScaleWithDocHeaderFooter Property


In This Topic
    ScaleWithDocHeaderFooter Property (PageSetup)
    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
     
    
    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