XpsDocument.AddOutlineEntry

XpsDocument.AddOutlineEntry method

Adds an outline entry to the document.

public void AddOutlineEntry(string description, int outlineLevel, XpsHyperlinkTarget target)
ParameterTypeDescription
descriptionStringThe entry description.
outlineLevelInt32The outline level.
targetXpsHyperlinkTargetThe entry target.

See Also