[]
        
(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
OutlineNodeCollection
Implements
Inherited Members

Properties

Doc

Gets the GcPdfDocument owning this collection.

public GcPdfDocument Doc { get; }

Property Value

GcPdfDocument