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

Glossary Item Box

Description

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

Syntax

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

Parameters

ParentContext
The BookmarkContext to receive the new child bookmark context.
Title
A string value which represents the title.
targetPageNumber
A long value which represents the page number where to add the given child bookmark.

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

©2012. Accusoft Corporation. All Rights Reserved.