Removes the specified bookmark from the document.

Namespace: Spire.Pdf.Bookmarks
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void Remove(
	string title
)
Public Sub Remove ( 
	title As String
)
public:
void Remove(
	String^ title
)
member Remove : 
        title : string -> unit 

Parameters

title
String
The title of the outline.

See Also