Click or drag to resize
BookmarksCollectionRemove Method (Int32)
Removes the PDF bookmark at the specified index in collection.

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

Parameters

bookmarkIndex
Type: SystemInt32
The zero based index of the PDF bookmark to be removed.
See Also