Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Structure Namespace / StructElementCollection Class
Members

In This Topic
    StructElementCollection Class
    In This Topic
    Represents a collection of StructElement objects.
    Object Model
    StructElementCollection Class
    Syntax
    'Declaration
     
    Public Class StructElementCollection 
       Inherits GrapeCity.Documents.Common.OwnedCollection(Of StructElement)
       Implements GrapeCity.Documents.Common.IOwnedObject 
    public class StructElementCollection : GrapeCity.Documents.Common.OwnedCollection<StructElement>, GrapeCity.Documents.Common.IOwnedObject  
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
                GrapeCity.Documents.Pdf.Structure.StructElementCollection

    See Also