PdfBookmarkCollection
Insert Method
|
Inserts a new outline at the specified index.
Namespace:
Spire.Pdf.Bookmarks
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfBookmark Insert(
int index,
string title
)
Public Function Insert (
index As Integer,
title As String
) As PdfBookmark
public:
PdfBookmark^ Insert(
int index,
String^ title
)
member Insert :
index : int *
title : string -> PdfBookmark
Parameters
-
index
-
Type:
System
Int32
The index.
-
title
-
Type:
System
String
The title of the new outline.
Return Value
Type:
PdfBookmark
The new outline.
See Also