PageAPI.AddOutlineEntry

PageAPI.AddOutlineEntry method

Adds an outline entry to the document.

public void AddOutlineEntry(string description, int outlineLevel, int targetPageNumber)
ParameterTypeDescription
descriptionStringThe entry description.
outlineLevelInt32The outline level.
targetPageNumberInt32The target page number.

See Also