Method CreateImportDataAction
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
CreateImportDataAction(string)
Creates a new PdfImportDataAction.
public PdfImportDataAction CreateImportDataAction(string fileName)
Parameters
fileName
stringThe name of an FDF file from which to import the data as the result of the action.
Returns
- PdfImportDataAction
The newly created PdfImportDataAction.
Remarks
External data references are not allowed in PDF/A documents. Do not use this method if you plan to save the document as a PDF/A compatible one.