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)
| Parameter | Type | Description |
|---|---|---|
| referencedStructureElement | const 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
- Typedef SharedPtr
- Class StructureElement
- Class TOCIElement
- Namespace Aspose::Pdf::LogicalStructure
- Library Aspose.PDF for C++