[]
        
(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
OptionalContentConfigurationCollection
Implements
Inherited Members
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