[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.GcPdfDocument.ExportFormDataToFDF

ExportFormDataToFDF Method

ExportFormDataToFDF(Stream, ExportFormDataOptions)

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

Declaration
public void ExportFormDataToFDF(Stream stream, ExportFormDataOptions options = null)
Parameters
Type Name Description
Stream stream

The destination stream.

ExportFormDataOptions options

The ExportFormDataOptions object defining the export options.

ExportFormDataToFDF(string, ExportFormDataOptions)

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

Declaration
public void ExportFormDataToFDF(string fileName, ExportFormDataOptions options = null)
Parameters
Type Name Description
string fileName

The destination file.

ExportFormDataOptions options

The ExportFormDataOptions object defining the export options.