PdfDocument.ImportFdf Method (String)

Takes the values from the FDF document and imports them into this PdfDocument.

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

Syntax

C#
public void ImportFdf(
	string fileName
)
VB
Public Sub ImportFdf ( 
	fileName As String
)

Parameters

fileName
Type: System.String
The path to FDF document.

See Also