Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfImportDataAction CreateImportDataAction(
string fileName
)
VB
Public Function CreateImportDataAction (
fileName As String
) As PdfImportDataAction
Parameters
- fileName
- Type: System.String
The name of an FDF file from which to
import the data as the result of the action.
Return Value
Type:
PdfImportDataAction
The newly created
PdfImportDataAction.
See Also