Click or drag to resize

BookmarksCollectionRemove(Int32) Method

Removes the PDF bookmark at the specified index in collection.

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntax
public void Remove(
	int bookmarkIndex
)

Parameters

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