[]
Represents a collection of Field objects.
public class FieldCollection : OwnedCollection<Field>, IList<Field>, ICollection<Field>, IReadOnlyList<Field>, IReadOnlyCollection<Field>, IEnumerable<Field>, IOwnedObject, IList, ICollection, IEnumerable
| Name | Description |
|---|---|
| AcroForm | Gets the AcroForm object. |
| Doc | Gets the GcPdfDocument object that owns this collection. |
| Field | Gets the Field owning this collection. |
| HasSignatures | Gets a value indicating whether collection contains Signature fields. |
| this[string] | Gets the Field with specified name, throws an exception if field not found. |
| Owner | Gets the PdfDictWrapper object that owns this collection. |
| Name | Description |
|---|---|
| ClearItems() | |
| FindByName(string) | Searches Field with specified name, search is case sensitive. |
| InsertItem(int, Field) | |
| RemoveItem(int) | |
| SetItem(int, Field) |