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

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

    Property Value

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