Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Layers Namespace / OptionalContentGroupCollection Class
Members

In This Topic
    OptionalContentGroupCollection Class
    In This Topic
    Represents a collection of OptionalContentGroup objects.

    Note that an OptionalContentGroup can belong only to one OptionalContentGroupCollection.

    Object Model
    OptionalContentGroupCollection Class
    Syntax
    'Declaration
     
    Public Class OptionalContentGroupCollection 
       Inherits GrapeCity.Documents.Common.OwnedCollection(Of OptionalContentGroup)
       Implements GrapeCity.Documents.Common.IOwnedObject 
    public class OptionalContentGroupCollection : GrapeCity.Documents.Common.OwnedCollection<OptionalContentGroup>, GrapeCity.Documents.Common.IOwnedObject  
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
                GrapeCity.Documents.Pdf.Layers.OptionalContentGroupCollection

    See Also