Retrieve a field by 0-based index.
Retrieve a field by 0-based index.
public abstract Field this[int] {get;}
Retrieve a field by the fully qualified name.
public abstract Field this[string] {get;}
FieldCollection Class | TallComponents.PDF.Forms.Fields Namespace