[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Layers.OptionalContentGroupCollection

Class OptionalContentGroupCollection

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

Represents a collection of OptionalContentGroup objects.

Note that an OptionalContentGroup can belong only to one OptionalContentGroupCollection.

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

Constructors

OptionalContentGroupCollection()

public OptionalContentGroupCollection()

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

Methods

FindByName(string)

Finds the OptionalContentGroup with the specified name. The search is case sensitive.

public OptionalContentGroup FindByName(string fieldName)

Parameters

fieldName string

The name of the group to find.

Returns

OptionalContentGroup

The found OptionalContentGroup or null if the group was not found.