Click or drag to resize
Pdf Library for .NET

PdfBookmarksCollectionRemoveAt Method

Removes the pdf bookmark at the specified index in the bookmarks collection.

Namespace:  SelectPdf
Assembly:  Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 23.1
Syntax
public void RemoveAt(
	int index
)

Parameters

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