[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.OutlineNodeCollection

OutlineNodeCollection Class

Defines the collection of OutlineNode objects.

Namespace: GrapeCity.Documents.Pdf
Assembly: DS.Documents.Pdf.dll
Syntax
public class OutlineNodeCollection : OwnedCollection<OutlineNode>, IList<OutlineNode>, ICollection<OutlineNode>, IReadOnlyList<OutlineNode>, IReadOnlyCollection<OutlineNode>, IEnumerable<OutlineNode>, IOwnedObject, IList, ICollection, IEnumerable
Public Class OutlineNodeCollection
    Inherits OwnedCollection(Of OutlineNode)
    Implements IList(Of OutlineNode), ICollection(Of OutlineNode), IReadOnlyList(Of OutlineNode), IReadOnlyCollection(Of OutlineNode), IEnumerable(Of OutlineNode), IOwnedObject, IList, ICollection, IEnumerable

Properties

Name Description
Doc

Gets the GcPdfDocument owning this collection.