Reset fields.

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

Syntax

C#
public override void ResetFields(
	Field[] fields,
	ActionContext context
)
Visual Basic
Public Overrides Sub ResetFields ( _
	fields As Field(), _
	context As ActionContext _
)

Parameters

fields
Type: array<TallComponents.PDF.Forms.Fields..::..Field>[]()[][]
Reset these fields only.
context
Type: TallComponents.PDF.Actions..::..ActionContext
The action context.

See Also