HiQPdf Documentation

PdfOutlinesCollectionRemoveOutline Method (Int32)

Quickly Create High Quality PDFs
Removes the outline at given index from collection. The first outline index is 0

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public void RemoveOutline(
	int index
)

Parameters

index
Type: SystemInt32
The index in collection from where to remove the outline
See Also

Reference