ResetFields 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 virtual void ResetFields(
	Field[] fields,
	ActionContext context
)
Visual Basic
Public Overridable Sub ResetFields ( _
	fields As Field(), _
	context As ActionContext _
)

Parameters

fields
Type: array<TallComponents.PDF.Forms.Fields..::..Field>[]()[][]
The fields to reset.
context
Type: TallComponents.PDF.Actions..::..ActionContext
The context in which this action is executed.

Remarks

context can be nullNothingnullptra null reference (Nothing in Visual Basic).

See Also