Click or drag to resize

PdfBookmarkCollectionsDeleteAt Method

Removes the bookmark at the specified index of collection.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public void DeleteAt(
	int Index
)

Parameters

Index  Int32
The zero-based index of the bookmark to remove.
See Also