Aspose::Pdf::LogicalStructure::TOCIElement::AddRef method

TOCIElement::AddRef method

Adds a reference to the specified structure element within the Table of Contents Item (TOCI) element.

void Aspose::Pdf::LogicalStructure::TOCIElement::AddRef(const System::SharedPtr<StructureElement> &referencedStructureElement)
ParameterTypeDescription
referencedStructureElementconst System::SharedPtr<StructureElement>&The StructureElement to be referenced by this TOCI element.

Remarks

Associating a structure element, such as a header or another content section, with a TOCI element ensures correct logical structure and improves navigational behavior in tagged PDFs.

See Also