Aspose::Pdf::LogicalStructure::TOCElement::LinkTocPageTitleToHeaderElement method

TOCElement::LinkTocPageTitleToHeaderElement method

Links the Table of Contents (TOC) page title to a header element for document structure.

void Aspose::Pdf::LogicalStructure::TOCElement::LinkTocPageTitleToHeaderElement(const System::SharedPtr<Aspose::Pdf::Page> &tocPage, const System::SharedPtr<HeaderElement> &tocTitleHeader)
ParameterTypeDescription
tocPageconst System::SharedPtr<Aspose::Pdf::Page>&The TOC page containing the title to which the header will be linked.
tocTitleHeaderconst System::SharedPtr<HeaderElement>&The header element that will be linked to the title of the TOC page.

See Also