Aspose::Page::XPS::XpsDocument::AddOutlineEntry method

XpsDocument::AddOutlineEntry method

Adds an outline entry to the document.

void Aspose::Page::XPS::XpsDocument::AddOutlineEntry(System::String description, int32_t outlineLevel, System::SharedPtr<XpsModel::XpsHyperlinkTarget> target)
ParameterTypeDescription
descriptionSystem::StringThe entry description.
outlineLevelint32_tThe outline level.
targetSystem::SharedPtr<XpsModel::XpsHyperlinkTarget>The entry target.

See Also