Bookmark Adopt Function. Adopt a specified Bookmark. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Adopt a specified Bookmark.

 

   
Syntax  

[C#]
void Adopt(Bookmark value)

[Visual Basic]
Sub Adopt(value As Bookmark)

Throws Exceptions may throw Exception()

 

   

Params
 
Name Description
value The bookmark to be adopted.

 

   

Notes
 

Use this method to move bookmarks within the bookmark hierarchy.

The bookmark to be adopted is detached from the bookmark hierarchy. Then it is added at the end of the bookmark collection for the current object.

Some Adopt operations are not possible. For example a child cannot adopt its parent. In these cases the field structure will be left unchanged and an exception thrown.

 

   

Example
 

None.