The RemoveChild method deletes the child bookmark at the specified position.
Public Function RemoveChild(Index As Integer) As Boolean
public bool RemoveChild(int Index)
Index
0 based index where the child bookmark to be deleted.
Member of AmyuniPDFCreator.IacBookmark.