Accusoft PDF Xpress Control v5.0
AddBookmarkChildEx Method
See Also  Send comments on this topic.
ParentContext
BookmarkContext which represents the parent.
ChildContext
BookmarkContext which represents the child.
PdfDocument Object : AddBookmarkChildEx Method

Glossary Item Box

Description

Adds a new given child bookmark context to the parent bookmark context.

Syntax

Visual Basic
Public Sub AddBookmarkChildEx( _
   ByVal ParentContext As BookmarkContext, _
   ByVal ChildContext As BookmarkContext _
) 

Parameters

ParentContext
BookmarkContext which represents the parent.
ChildContext
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

©2012. Accusoft Corporation. All Rights Reserved.