ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Printing Namespace / PageSetup Class / FitToPage Property

In This Topic
    FitToPage Property
    In This Topic
    Returns whether the FitToPage option should be selected.
    Syntax
    'Declaration
     
    Public ReadOnly Property FitToPage As Boolean
    public bool FitToPage {get;}
    Remarks
    If FitToPagesWide or FitToPagesTall was set since the last Zoom this property will return true, to indicate the FitToPage option in the Page Setup dialog should be selected. If Zoom was set since FitToPagesWide or FitToPagesTall (or none of these properties were set at all) this property returns false indicating the zoom/percentage scaling option should be selected.
    See Also