Accusoft PDF Xpress Control v5.0
AddBookmarkSiblingEx Method
See Also  Send comments on this topic.
ParentContext
A BookmarkContext which represents the parent.
SiblingContext
A BookmarkContext which represents the sibling.
PdfDocument Object : AddBookmarkSiblingEx Method

Glossary Item Box

Description

Adds a new sibling bookmark context to the parent bookmark context.

Syntax

Visual Basic
Public Sub AddBookmarkSiblingEx( _
   ByVal ParentContext As BookmarkContext, _
   ByVal SiblingContext As BookmarkContext _
) 

Parameters

ParentContext
A BookmarkContext which represents the parent.
SiblingContext
A BookmarkContext which represents the sibling.

Remarks

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

The sibling bookmark to be added is typically created using the CreateBookmark() method.

See Also

©2012. Accusoft Corporation. All Rights Reserved.