The fields which must be showns or hidden, depending of the Show boolean.

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

Syntax

C#
public FieldCollection Fields { get; }
Visual Basic
Public ReadOnly Property Fields As FieldCollection
	Get

Remarks

Note that the widget annotations located in this collection can or cannot be available in the Annotations.

Adding more than 1 field in this collection makes the PDF incompatible with Adobe Acrobat Standard or Professional designer mode.

See Also