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

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

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

    See Also