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: 16.0.0
public PdfOutline AddOutline(
string text,
PdfDestination destination
)
Public Function AddOutline (
text As String,
destination As PdfDestination
) As PdfOutline
public:
PdfOutline^ AddOutline(
String^ text,
PdfDestination^ destination
)
member AddOutline :
text : string *
destination : PdfDestination -> PdfOutline
- text String
- The outline text
- destination PdfDestination
- The outline destination
PdfOutlineThe added outline