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

Namespace: TallComponents.PDF.Actions
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

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