Aspose::Pdf::HeaderFooterData class

HeaderFooterData class

Represents the pagination data for header and footer.

class HeaderFooterData : public System::Object

Methods

MethodDescription
get_PageDate() constGets the date settings.
get_PageNumber() constGets the page number settings.
set_PageDate(System::SharedPtr<Aspose::Pdf::PageDate>)Sets the date settings.
set_PageNumber(System::SharedPtr<Aspose::Pdf::PageNumber>)Sets the page number settings.

See Also