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