A derived instance of FieldVisitor is passed to Field.Accept(...). This method calls one of the below FieldVisitor methods according to the type of field.

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

Syntax

C#
public abstract class FieldVisitor
Visual Basic
Public MustInherit Class FieldVisitor

Inheritance Hierarchy

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

See Also