[]
Imports the document's form data from a stream in FDF format.
public void ImportFormDataFromFDF(Stream stream)
| Type | Name | Description |
|---|---|---|
| Stream | stream | The source stream. |
Imports the document's form data from a file in FDF format.
public void ImportFormDataFromFDF(string fileName)
| Type | Name | Description |
|---|---|---|
| string | fileName | The source file. |