PdfDocument.CreateImportDataAction Method

Creates a new PdfImportDataAction.

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.

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.

See Also