Accusoft.PdfXpress6.Net
AddBookmarkChild(BookmarkContext,BookmarkContext) Method




A BookmarkContext which represents the parent.
A BookmarkContext which represents the child.
Adds a new child bookmark context to the parent bookmark context.
Syntax
'Declaration
 
Public Overloads Sub AddBookmarkChild( _
   ByVal parent As BookmarkContext, _
   ByVal child As BookmarkContext _
) 
'Usage
 
Dim instance As Document
Dim parent As BookmarkContext
Dim child As BookmarkContext
 
instance.AddBookmarkChild(parent, child)
public void AddBookmarkChild( 
   BookmarkContext parent,
   BookmarkContext child
)
public: void AddBookmarkChild( 
   BookmarkContext* parent,
   BookmarkContext* child
) 
public:
void AddBookmarkChild( 
   BookmarkContext^ parent,
   BookmarkContext^ child
) 

Parameters

parent
A BookmarkContext which represents the parent.
child
A BookmarkContext which represents the child.
Remarks

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

The child bookmark to be added is typically created using the CreateBookmark method.

See Also

Reference

Document Class
Document Members
Overload List

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback