[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Structure.StructElementCollection

StructElementCollection Class

Represents a collection of StructElement objects.

Inheritance
StructTreeItemCollectionWrapper<StructElement>
StructElementCollection
Namespace: GrapeCity.Documents.Pdf.Structure
Assembly: GcDocs.Pdf.dll
Syntax
public class StructElementCollection : StructTreeItemCollectionWrapper<StructElement>, IList<StructElement>, ICollection<StructElement>, IEnumerable<StructElement>, IEnumerable

Implements