Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintInfo Class / OddAndEvenPagesHeaderFooter Property


In This Topic
    OddAndEvenPagesHeaderFooter Property (PrintInfo)
    In This Topic
    Gets or sets a value indicating whether the specified PrintInfo object has different headers and footers for odd-numbered and even-numbered pages.
    Syntax
    'Declaration
     
    
    Public Property OddAndEvenPagesHeaderFooter As Boolean
    'Usage
     
    
    Dim instance As PrintInfo
    Dim value As Boolean
     
    instance.OddAndEvenPagesHeaderFooter = value
     
    value = instance.OddAndEvenPagesHeaderFooter
    public bool OddAndEvenPagesHeaderFooter {get; set;}

    Property Value

    true if the specified PrintInfo object has different headers and footers for odd-numbered and even-numbered pages; otherwise, false.
    See Also