[]
Represents a collection of StructTreeItem objects.
public class StructTreeItemCollection : PdfOwnedCollection<StructTreeItem>, IList<StructTreeItem>, ICollection<StructTreeItem>, IReadOnlyList<StructTreeItem>, IReadOnlyCollection<StructTreeItem>, IEnumerable<StructTreeItem>, IPdfArray, IList, ICollection, IEnumerable, IOwnedObject
public StructTreeItemCollection()
protected override void ClearItems()
protected override void InsertItem(int index, StructTreeItem item)
index intitem StructTreeItemprotected override void RemoveItem(int index)
index intprotected override void SetItem(int index, StructTreeItem item)
index intitem StructTreeItem