Aspose::Pdf::HeaderFooter class

HeaderFooter class

Class represents header or footer pdf page.

class HeaderFooter : public System::ICloneable

Methods

MethodDescription
Clone() overrideClones a new object.
get_IsClipExtraContent() constGets is clip extra content.
get_Margin()Gets the margin info.
get_Paragraphs() constGets the end note paragraphs.
HeaderFooter()Default ctor.
set_IsClipExtraContent(bool)Sets is clip extra content.
set_Margin(System::SharedPtr<MarginInfo>)Sets the margin info.
set_Paragraphs(System::SharedPtr<Aspose::Pdf::Paragraphs>)Sets the end note paragraphs.

See Also