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: 16.0.0
public PdfOutline AddOutlineAtIndex(
int index,
string text,
PdfDestination destination
)
Public Function AddOutlineAtIndex (
index As Integer,
text As String,
destination As PdfDestination
) As PdfOutline
public:
PdfOutline^ AddOutlineAtIndex(
int index,
String^ text,
PdfDestination^ destination
)
member AddOutlineAtIndex :
index : int *
text : string *
destination : PdfDestination -> PdfOutline
- index Int32
- The index of the new outline
- text String
- The outline text
- destination PdfDestination
- The outline destination
PdfOutlineThe added outline