Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / PageLayout Class / PageSettings Property

In This Topic
    PageSettings Property (PageLayout)
    In This Topic
    Gets or sets the C1PageSettings object associated with the current page layout.
    Syntax
    'Declaration
     
    Public Property PageSettings As C1PageSettings
    public C1PageSettings PageSettings {get; set;}
    See Also