Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / PageSetup Class / OddAndEvenPagesHeaderFooter Property

In This Topic
    OddAndEvenPagesHeaderFooter Property
    In This Topic
    Gets or sets a value indicating whether the document has different headers and footers for odd-numbered and even-numbered pages.

    Note that changing this property affects all sections in the document.

    Syntax
    'Declaration
     
    Public Property OddAndEvenPagesHeaderFooter As System.Boolean
    public System.bool OddAndEvenPagesHeaderFooter {get; set;}
    See Also