[]
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
public OptionalContentGroupList()
Finds the OptionalContentGroup with the specified name. The search is case sensitive.
public OptionalContentGroup FindByName(string fieldName)
fieldName
stringThe name of the group to find.
The found OptionalContentGroup or null if the group was not found.