PdfOutlinesCollectionAddOutlineAtIndex Method
Adds a new outline with the given text and destination at the given index. The first outline index is 0
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 18.0.0
public PdfOutline AddOutlineAtIndex(
int index,
string text,
PdfDestination destination
)
- index Int32
- The index of the new outline
- text String
- The outline text
- destination PdfDestination
- The outline destination
PdfOutlineThe added outline