Accusoft.PdfXpressSdk Namespace > Document Class > AddBookmarkChild Method : AddBookmarkChild(BookmarkContext,String,Int32) Method |
'Declaration <ObsoleteAttribute("Please use AddBookmarkChild(BookmarkContext parent, BookmarkContext child) instead.")> Public Overloads Sub AddBookmarkChild( _ ByVal parent As BookmarkContext, _ ByVal title As String, _ ByVal targetPageNumber As Integer _ )
'Usage Dim instance As Document Dim parent As BookmarkContext Dim title As String Dim targetPageNumber As Integer instance.AddBookmarkChild(parent, title, targetPageNumber)
[Obsolete("Please use AddBookmarkChild(BookmarkContext parent, BookmarkContext child) instead.")] public void AddBookmarkChild( BookmarkContext parent, string title, int targetPageNumber )
[Obsolete("Please use AddBookmarkChild(BookmarkContext parent, BookmarkContext child) instead.")] public: void AddBookmarkChild( BookmarkContext* parent, string* title, int targetPageNumber )
[Obsolete("Please use AddBookmarkChild(BookmarkContext parent, BookmarkContext child) instead.")] public: void AddBookmarkChild( BookmarkContext^ parent, String^ title, int targetPageNumber )
If the parent bookmark context already has a child bookmark context, that child becomes the next sibling of the new child bookmark context.