A Sequence (ordered collection) of value fields.

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

Syntax

C#
public class ValueFieldSequence : IEnumerable<ValueField>, 
	IEnumerable
Visual Basic
Public Class ValueFieldSequence _
	Implements IEnumerable(Of ValueField), IEnumerable

Remarks

This sequence is non-creatable and can be obtained through the CalculationOrder property of Document.

Inheritance Hierarchy

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

See Also