| PdfDocument Object : AddBookmarkSiblingEx Method |
| Visual Basic |
|---|
Public Sub AddBookmarkSiblingEx( _ ByVal ParentContext As BookmarkContext, _ ByVal SiblingContext As BookmarkContext _ ) |
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.