PdfOutlinesCollectionRemoveOutline(Int32) Method

Removes the outline at given index from collection. The first outline index is 0

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public void RemoveOutline(
	int index
)

Parameters

index  Int32
The index in collection from where to remove the outline

See Also