Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public void RemoveChildAt(
int index
)
VB
Public Sub RemoveChildAt (
index As Integer
)
Parameters
- index
- Type: System.Int32
The zero-based index of the item to remove from
the collection of child items.
See Also