Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / DocumentPageLayouts Class / OddPages Property

In This Topic
    OddPages Property
    In This Topic
    Gets or sets the PageLayout used for odd pages of the current document.
    Syntax
    'Declaration
     
    Public Property OddPages As PageLayout
    public PageLayout OddPages {get; set;}
    See Also