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