FixedLayoutPage
HeaderFooters Property
|
Provides access to the header and footers of the page.
Namespace:
Spire.Doc.Pages
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public LayoutCollection<FixedLayoutHeaderFooter> HeaderFooters { get; }
Public ReadOnly Property HeaderFooters As LayoutCollection(Of FixedLayoutHeaderFooter)
Get
public:
property LayoutCollection<FixedLayoutHeaderFooter^>^ HeaderFooters {
LayoutCollection<FixedLayoutHeaderFooter^>^ get ();
}
member HeaderFooters : LayoutCollection<FixedLayoutHeaderFooter> with get
Property Value
Type:
LayoutCollection
FixedLayoutHeaderFooter
See Also