PdfBookmarkCollection
Add Method
|
Creates and adds an outline.
Namespace:
Spire.Pdf.Bookmarks
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfBookmark Add(
string title
)
Public Function Add (
title As String
) As PdfBookmark
public:
PdfBookmark^ Add(
String^ title
)
member Add :
title : string -> PdfBookmark
Parameters
-
title
-
Type:
System
String
The title of the new outline.
Return Value
Type:
PdfBookmark
The outline created.
See Also