Link Search Menu Expand Document

OutlinesCollectionRemove Method

Removes the outline with the specified index from the collection.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public void Remove(
	int index
)

Parameters

index
Type: SystemInt32
The zero-based index of the outline to be removed.
See Also

Reference