Gets odd footer ( This is also the default footer ).

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public HeaderFooter OddFooter { get; }
Public ReadOnly Property OddFooter As HeaderFooter
	Get
public:
property HeaderFooter^ OddFooter {
	HeaderFooter^ get ();
}
member OddFooter : HeaderFooter with get

Property Value

HeaderFooter

See Also