Click or drag to resize

ActionCreateImportData Method

Creates a new Show/Hide Field action. A show/hide field action shows or hide certain fields when it's invoked.
Creates a new 'Import Data' action. An import data action imports form data from a FDF file into a PDF document.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static Action CreateImportData(
	SDFDoc doc,
	string path
)

Parameters

doc
Type: pdftron.SDFSDFDoc
the document in which to create the action the document in which to create the action
path
Type: SystemString
the full path of the FDF file

Return Value

Type: Action
the action

Return Value

Type: Action
the action
See Also