Accusoft PDF Xpress Control v7.0
AddBookmarkChild Method
The BookmarkContext to receive the new child bookmark context.
A string value which represents the title.
A long value which represents the page number where to add the given child bookmark.
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

PdfDocument Object  | PdfDocument Members  | BookmarkContext Object

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback