Create a new ImportData action.

Namespace: TallComponents.PDF.Actions
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

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