[]
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
Public Class FieldCollection
Inherits OwnedCollection(Of Field)
Implements IList(Of Field), ICollection(Of Field), IReadOnlyList(Of Field), IReadOnlyCollection(Of Field), IEnumerable(Of 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) |