Collection of form fields.

Namespace: TallComponents.PDF.Forms.Fields
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public abstract class FieldCollection : IEnumerable<Field>, 
	IEnumerable
Visual Basic
Public MustInherit Class FieldCollection _
	Implements IEnumerable(Of Field), IEnumerable

Remarks

This collection is non-creatable and can be obtained through the Fields property of Document and FormAction.

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Forms.Fields..::..FieldCollection

See Also