Accusoft.PdfXpress7.Net
AddBookmarkChild(BookmarkContext,String,Int32) Method




A BookmarkContext which represents the parent.
A string value which represents the new bookmark context title.
An integer value which represents the target page number.
Adds a new child bookmark context to the parent bookmark context.
Syntax
'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
) 

Parameters

parent
A BookmarkContext which represents the parent.
title
A string value which represents the new bookmark context title.
targetPageNumber
An integer value which represents the target page number.
Remarks

If the parent bookmark context already has a child bookmark context, that child becomes the next sibling of the new child bookmark context.

See Also

Reference

Document Class
Document Members
Overload List

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback