Accusoft PDF Xpress Control v5.0
AddBookmarkSibling Method
See Also  Send comments on this topic.
ParentContext
The BookmarkContext to receive the new sibling bookmark context.
Title
A string value which represents the title.
targetPageNumber
A long value which represents the target page number.
PdfDocument Object : AddBookmarkSibling Method

Glossary Item Box

Description

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

Syntax

Visual Basic
Public Sub AddBookmarkSibling( _
   ByVal ParentContext As BookmarkContext, _
   ByVal Title As String, _
   ByVal targetPageNumber As Long _
) 

Parameters

ParentContext
The BookmarkContext to receive the new sibling bookmark context.
Title
A string value which represents the title.
targetPageNumber
A long value which represents the target page number.

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.

See Also

©2012. Accusoft Corporation. All Rights Reserved.