ImageGear .NET v25.0 - Updated
AddChild Method




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFBookmark Class : AddChild Method
The bookmark that will become the last child of the current bookmark. Child must have been previously unlinked.
Adds child as the last child of parent.
Syntax
'Declaration
 
Public Sub AddChild( _
   ByVal child As ImGearPDFBookmark _
) 
'Usage
 
Dim instance As ImGearPDFBookmark
Dim child As ImGearPDFBookmark
 
instance.AddChild(child)
public void AddChild( 
   ImGearPDFBookmark child
)
public: void AddChild( 
   ImGearPDFBookmark* child
) 
public:
void AddChild( 
   ImGearPDFBookmark^ child
) 

Parameters

child
The bookmark that will become the last child of the current bookmark. Child must have been previously unlinked.
Remarks
Adds child, adjusting the tree containing parent appropriately. If parent previously had no children, it is open after the child is added.
See Also

Reference

ImGearPDFBookmark Class
ImGearPDFBookmark Members