Adds a new outline with the given text and destination at the given index. The first outline index is 0
Namespace: HiQPdf
Assembly: HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax
public PdfOutline AddOutlineAtIndex( int index, string text, PdfDestination destination )
Parameters
- index
- Type: SystemInt32
The index of the new outline - text
- Type: SystemString
The outline text - destination
- Type: HiQPdfPdfDestination
The outline destination
Return Value
Type: PdfOutlineThe added outline
See Also