Removes the PDF bookmark at the specified index in collection.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public void Remove(
	int bookmarkIndex
)
Visual Basic
Public Sub Remove ( 
	bookmarkIndex As Integer
)
Visual C++
public:
void Remove(
	int bookmarkIndex
)

Parameters

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

See Also