Import data from FDF.

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 ImportData(
	string fdf,
	ActionContext context
)
Visual Basic
Public Overrides Sub ImportData ( _
	fdf As String, _
	context As ActionContext _
)

Parameters

fdf
Type: System..::..String
Path of the FDF file.
context
Type: TallComponents.PDF.Actions..::..ActionContext
The action context.

See Also