[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.OutlineNodeCollection

Class OutlineNodeCollection

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

Defines the collection of OutlineNode objects.

public class OutlineNodeCollection : OwnedCollection<OutlineNode>, IList<OutlineNode>, ICollection<OutlineNode>, IReadOnlyList<OutlineNode>, IReadOnlyCollection<OutlineNode>, IEnumerable<OutlineNode>, IOwnedObject, IList, ICollection, IEnumerable
Inheritance
object
System.Collections.ObjectModel.Collection<T><OutlineNode>
OutlineNodeCollection
Implements
System.Collections.Generic.IList<T><OutlineNode>
System.Collections.Generic.ICollection<T><OutlineNode>
System.Collections.Generic.IReadOnlyList<T><OutlineNode>
System.Collections.Generic.IReadOnlyCollection<T><OutlineNode>
System.Collections.Generic.IEnumerable<T><OutlineNode>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.OutlineNode>.Add(GrapeCity.Documents.Pdf.OutlineNode)
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.OutlineNode>.Clear()
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.OutlineNode>.CopyTo(GrapeCity.Documents.Pdf.OutlineNode[], int)
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.OutlineNode>.Contains(GrapeCity.Documents.Pdf.OutlineNode)
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.OutlineNode>.GetEnumerator()
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.OutlineNode>.IndexOf(GrapeCity.Documents.Pdf.OutlineNode)
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.OutlineNode>.Insert(int, GrapeCity.Documents.Pdf.OutlineNode)
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.OutlineNode>.Remove(GrapeCity.Documents.Pdf.OutlineNode)
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.OutlineNode>.RemoveAt(int)
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.OutlineNode>.Count
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.OutlineNode>.Items
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.OutlineNode>.this[int]
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

Doc

Gets the GcPdfDocument owning this collection.

public GcPdfDocument Doc { get; }

Property Value

GcPdfDocument