PdfBookmarkCollection
Remove Method
|
Removes the specified bookmark from the document.
Namespace:
Spire.Pdf.Bookmarks
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void Remove(
string title
)
Public Sub Remove (
title As String
)
public:
void Remove(
String^ title
)
member Remove :
title : string -> unit
Parameters
-
title
-
Type:
System
String
The title of the outline.
See Also