Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::AddOutlineEntry method

PageAPI::AddOutlineEntry method

Adds an outline entry to the document.

void Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::AddOutlineEntry(System::String description, int32_t outlineLevel, int32_t targetPageNumber)
ParameterTypeDescription
descriptionSystem::StringThe entry description.
outlineLevelint32_tThe outline level.
targetPageNumberint32_tThe target page number.

See Also