[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Structure.StructTreeItemCollection

StructTreeItemCollection Class

Represents a collection of StructTreeItem objects.

Namespace: GrapeCity.Documents.Pdf.Structure
Assembly: DS.Documents.Pdf.dll
Syntax
public class StructTreeItemCollection : PdfOwnedCollection<StructTreeItem>, IList<StructTreeItem>, ICollection<StructTreeItem>, IReadOnlyList<StructTreeItem>, IReadOnlyCollection<StructTreeItem>, IEnumerable<StructTreeItem>, IPdfArray, IList, ICollection, IEnumerable, IOwnedObject
Public Class StructTreeItemCollection
    Inherits PdfOwnedCollection(Of StructTreeItem)
    Implements IList(Of StructTreeItem), ICollection(Of StructTreeItem), IReadOnlyList(Of StructTreeItem), IReadOnlyCollection(Of StructTreeItem), IEnumerable(Of StructTreeItem), IPdfArray, IList, ICollection, IEnumerable, IOwnedObject

Constructors

Name Description
StructTreeItemCollection()

Methods

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

Extension Methods