Aspose::Pdf::HeaderFooterSettings class

HeaderFooterSettings class

Represents the settings for header and footer artifacts.

class HeaderFooterSettings : public System::Object

Nested classes

Methods

MethodDescription
get_Footer() constGets the footer settings.
get_Header() constGets the header settings.
get_PageRange() constGets the range of pages for the header and footer settings.
set_Footer(System::SharedPtr<Aspose::Pdf::Footer>)Sets the footer settings.
set_Header(System::SharedPtr<Aspose::Pdf::Header>)Sets the header settings.
set_PageRange(System::SharedPtr<Aspose::Pdf::PageRange>)Sets the range of pages for the header and footer settings.

See Also