PdfImportDataAction.FileName Property

Gets the name of the FDF file from which to import the data.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public string FileName { get; }
VB
Public ReadOnly Property FileName As String
	Get

Property Value

Type: String
The name of the FDF file from which to import the data.

See Also