PdfOutlinesCollectionAddOutline Method
Adds a new outline with the given text and destination to the end of this collection
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 18.0.0
public PdfOutline AddOutline(
string text,
PdfDestination destination
)
- text String
- The outline text
- destination PdfDestination
- The outline destination
PdfOutlineThe added outline