Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / IPageSetup Interface / FitToPages Property


In This Topic
    FitToPages Property (IPageSetup)
    In This Topic
    Gets or sets a boolean value indicating whether the worksheet will be scaled to fit to the specified number of pages when it's printed.
    Syntax
    'Declaration
     
    
    Property FitToPages As Boolean
    'Usage
     
    
    Dim instance As IPageSetup
    Dim value As Boolean
     
    instance.FitToPages = value
     
    value = instance.FitToPages
    bool FitToPages {get; set;}
    See Also