[]
Exports the document's form data to a stream in FDF format.
public void ExportFormDataToFDF(Stream stream, ExportFormDataOptions options = null)
Public Sub ExportFormDataToFDF(stream As Stream, Optional options As ExportFormDataOptions = Nothing)
Type | Name | Description |
---|---|---|
Stream | stream | The destination stream. |
ExportFormDataOptions | options | The ExportFormDataOptions object defining the export options. |
Exports the document's form data to a file in FDF format.
public void ExportFormDataToFDF(string fileName, ExportFormDataOptions options = null)
Public Sub ExportFormDataToFDF(fileName As String, Optional options As ExportFormDataOptions = Nothing)
Type | Name | Description |
---|---|---|
string | fileName | The destination file. |
ExportFormDataOptions | options | The ExportFormDataOptions object defining the export options. |