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
)
Public Shared Function CreateImportData (
doc As SDFDoc,
path As String
) As Action
public:
static Action^ CreateImportData(
[InAttribute] SDFDoc^ doc,
[InAttribute] String^ path
)
pdftron.PDF.Action.CreateImportData = function(doc, 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:
Actionthe action
Return Value
Type:
Action the action
See Also