[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Layers.OptionalContentGroupList

Class OptionalContentGroupList

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

Represents a list of OptionalContentGroup objects.

public class OptionalContentGroupList : PdfCollection<OptionalContentGroup>, IList<OptionalContentGroup>, ICollection<OptionalContentGroup>, IReadOnlyList<OptionalContentGroup>, IReadOnlyCollection<OptionalContentGroup>, IEnumerable<OptionalContentGroup>, IPdfArray, IList, ICollection, IEnumerable
Inheritance
object
System.Collections.ObjectModel.Collection<T><OptionalContentGroup>
GrapeCity.Documents.Pdf.Wrappers.PdfCollection<TItem><OptionalContentGroup>
OptionalContentGroupList
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>.ClearItems()
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.Layers.OptionalContentGroup>.InsertItem(int, GrapeCity.Documents.Pdf.Layers.OptionalContentGroup)
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.Layers.OptionalContentGroup>.RemoveItem(int)
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.Layers.OptionalContentGroup>.SetItem(int, GrapeCity.Documents.Pdf.Layers.OptionalContentGroup)
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

OptionalContentGroupList()

public OptionalContentGroupList()

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.