ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Printing Namespace / PrintPageEventArgs Class / PageSettings Property

In This Topic
    PageSettings Property (PrintPageEventArgs)
    In This Topic
    Gets the page settings for the current page.
    Syntax
    'Declaration
     
    Public ReadOnly Property PageSettings As IPageSettings
    public IPageSettings PageSettings {get;}

    Property Value

    The page settings for the current page.
    See Also