Inserts a new outline at the specified index.
Namespace: Spire.Pdf.BookmarksAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
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
- Int32
The index.
- title
- String
The title of the new outline.
Return Value
PdfBookmarkThe new outline.