BookmarksCollectionRemove(Int32) Method

Removes the PDF bookmark at the specified index in collection.

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public void Remove(
	int bookmarkIndex
)

Parameters

bookmarkIndex  Int32
The zero based index of the PDF bookmark to be removed.

See Also