[]
Exports the document's form data to a stream in XML format.
public void ExportFormDataToXML(Stream stream, ExportFormDataOptions options = null)
| 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 XML format.
public void ExportFormDataToXML(string fileName, ExportFormDataOptions options = null)
| Type | Name | Description |
|---|---|---|
| string | fileName | The destination file. |
| ExportFormDataOptions | options | The ExportFormDataOptions object defining the export options. |