[]
Exports the document's form data to a stream in XFDF format.
public void ExportFormDataToXFDF(Stream stream, ExportFormDataOptions options = null)
Public Sub ExportFormDataToXFDF(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 XFDF format.
public void ExportFormDataToXFDF(string fileName, ExportFormDataOptions options = null)
Public Sub ExportFormDataToXFDF(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. |