The fields used in this form action.

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

This property has no meaning for the SubmitFormAction when the SubmitFormat is Pdf.

The property returns nullNothingnullptra null reference (Nothing in Visual Basic) if AllFields is true.

See Also