PdfOutlineCollectionInsert Method Terminal Works - PDF Printing.Net Library
Inserts the item at the specified index.

Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public void Insert(
	int index,
	PdfOutline outline
)

Parameters

index
Type: SystemInt32
outline
Type: PdfEdit.PdfPdfOutline

Implements

IListTInsert(Int32, T)
See Also

Reference