[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Layers.OptionalContentConfigurationCollection

Class OptionalContentConfigurationCollection

Namespace
GrapeCity.Documents.Pdf.Layers
Assembly
GcDocs.Pdf.dll

Represents a collection of OptionalContentConfiguration objects.

public class OptionalContentConfigurationCollection : PdfOwnedCollection<OptionalContentConfiguration>, IList<OptionalContentConfiguration>, ICollection<OptionalContentConfiguration>, IReadOnlyList<OptionalContentConfiguration>, IReadOnlyCollection<OptionalContentConfiguration>, IEnumerable<OptionalContentConfiguration>, IPdfArray, IList, ICollection, IEnumerable, IOwnedObject
Inheritance
object
System.Collections.ObjectModel.Collection<T><OptionalContentConfiguration>
GrapeCity.Documents.Pdf.Wrappers.PdfCollection<TItem><OptionalContentConfiguration>
OptionalContentConfigurationCollection
Implements
System.Collections.Generic.IList<T><OptionalContentConfiguration>
System.Collections.Generic.ICollection<T><OptionalContentConfiguration>
System.Collections.Generic.IReadOnlyList<T><OptionalContentConfiguration>
System.Collections.Generic.IReadOnlyCollection<T><OptionalContentConfiguration>
System.Collections.Generic.IEnumerable<T><OptionalContentConfiguration>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.Layers.OptionalContentConfiguration>.Add(GrapeCity.Documents.Pdf.Layers.OptionalContentConfiguration)
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.Layers.OptionalContentConfiguration>.Clear()
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.Layers.OptionalContentConfiguration>.CopyTo(GrapeCity.Documents.Pdf.Layers.OptionalContentConfiguration[], int)
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.Layers.OptionalContentConfiguration>.Contains(GrapeCity.Documents.Pdf.Layers.OptionalContentConfiguration)
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.Layers.OptionalContentConfiguration>.GetEnumerator()
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.Layers.OptionalContentConfiguration>.IndexOf(GrapeCity.Documents.Pdf.Layers.OptionalContentConfiguration)
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.Layers.OptionalContentConfiguration>.Insert(int, GrapeCity.Documents.Pdf.Layers.OptionalContentConfiguration)
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.Layers.OptionalContentConfiguration>.Remove(GrapeCity.Documents.Pdf.Layers.OptionalContentConfiguration)
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.Layers.OptionalContentConfiguration>.RemoveAt(int)
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.Layers.OptionalContentConfiguration>.Count
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.Layers.OptionalContentConfiguration>.Items
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.Layers.OptionalContentConfiguration>.this[int]
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Extension Methods

Constructors

OptionalContentConfigurationCollection()

public OptionalContentConfigurationCollection()

Properties

Doc

Gets the GcPdfDocument object that owns this collection.

public GcPdfDocument Doc { get; }

Property Value

GcPdfDocument

Owner

public OptionalContentProperties Owner { get; }

Property Value

OptionalContentProperties