[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Structure.StructTreeItemCollection

StructTreeItemCollection Class

Represents a collection of StructTreeItem objects.

Namespace: GrapeCity.Documents.Pdf.Structure
Assembly: GcDocs.Pdf.dll
Syntax
public class StructTreeItemCollection : PdfOwnedCollection<StructTreeItem>, IList<StructTreeItem>, ICollection<StructTreeItem>, IReadOnlyList<StructTreeItem>, IReadOnlyCollection<StructTreeItem>, IEnumerable<StructTreeItem>, IPdfArray, IList, ICollection, IEnumerable, IOwnedObject

Constructors

Name Description
StructTreeItemCollection()

Methods

Name Description
ClearItems()
InsertItem(int, StructTreeItem)
RemoveItem(int)
SetItem(int, StructTreeItem)

Extension Methods