IacBookmark.RemoveChild Method

The RemoveChild method deletes the child bookmark at the specified position.

 

Syntax

Visual Basic .NET:

Public Function RemoveChild(Index As Integer) As Boolean

C#:

public bool RemoveChild(int Index)

 

Parameters

Index

0 based index where the child bookmark to be deleted.

 

Remarks

Member of AmyuniPDFCreator.IacBookmark.