Create a new ImportData action.

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

Syntax

C#
public ImportDataAction(
	string path
)
Visual Basic
Public Sub New ( _
	path As String _
)

Parameters

path
Type: System..::..String
The path of the FDF file to import.

See Also