[]
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
public OptionalContentGroupCollection()
Gets the GcPdfDocument object that owns this collection.
public GcPdfDocument Doc { get; }
public OptionalContentProperties Owner { get; }
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.