[]
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 Class OptionalContentGroupCollection
Inherits PdfOwnedCollection(Of OptionalContentGroup)
Implements IList(Of OptionalContentGroup), ICollection(Of OptionalContentGroup), IReadOnlyList(Of OptionalContentGroup), IReadOnlyCollection(Of OptionalContentGroup), IEnumerable(Of OptionalContentGroup), IPdfArray, IList, ICollection, IEnumerable, IOwnedObject
| Name | Description |
|---|---|
| OptionalContentGroupCollection() |
| Name | Description |
|---|---|
| Doc | Gets the GcPdfDocument object that owns this collection. |
| Owner |
| Name | Description |
|---|---|
| FindByName(string) | Finds the OptionalContentGroup with the specified name. The search is case sensitive. |