[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.GcPdfDocument.ExportFormDataToXML

ExportFormDataToXML Method

ExportFormDataToXML(Stream, ExportFormDataOptions)

Exports the document's form data to a stream in XML format.

Declaration
public void ExportFormDataToXML(Stream stream, ExportFormDataOptions options = null)
Public Sub ExportFormDataToXML(stream As Stream, Optional options As ExportFormDataOptions = Nothing)
Parameters
Type Name Description
Stream stream

The destination stream.

ExportFormDataOptions options

The ExportFormDataOptions object defining the export options.

ExportFormDataToXML(string, ExportFormDataOptions)

Exports the document's form data to a file in XML format.

Declaration
public void ExportFormDataToXML(string fileName, ExportFormDataOptions options = null)
Public Sub ExportFormDataToXML(fileName As String, Optional options As ExportFormDataOptions = Nothing)
Parameters
Type Name Description
string fileName

The destination file.

ExportFormDataOptions options

The ExportFormDataOptions object defining the export options.