ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Printing Namespace / IPrinterSettings Interface / MaximumPage Property

In This Topic
    MaximumPage Property
    In This Topic
    Gets or sets the maximum FromPage or ToPage that can be selected in a System.Windows.Forms.PrintDialog.
    Syntax
    'Declaration
     
    Property MaximumPage As Integer
    int MaximumPage {get; set;}

    Property Value

    The maximum FromPage or ToPage that can be selected in a System.Windows.Forms.PrintDialog.
    See Also