[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Structure.StructTreeItemCollection

Class StructTreeItemCollection

Namespace
GrapeCity.Documents.Pdf.Structure
Assembly
GcDocs.Pdf.dll

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
Inheritance
StructTreeItemCollection
Implements
Inherited Members
Extension Methods

Constructors

StructTreeItemCollection()

public StructTreeItemCollection()

Methods

ClearItems()

protected override void ClearItems()

InsertItem(int, StructTreeItem)

protected override void InsertItem(int index, StructTreeItem item)

Parameters

index int
item StructTreeItem

RemoveItem(int)

protected override void RemoveItem(int index)

Parameters

index int

SetItem(int, StructTreeItem)

protected override void SetItem(int index, StructTreeItem item)

Parameters

index int
item StructTreeItem