Skip to main content
A newer version of this page is available. .

PdfViewerControl.ExportFormData() Method

Exports interactive form data either to XML or FDF form data format.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v18.2.dll

Declaration

public void ExportFormData()

Remarks

The ExportFormData method invokes the Save As dialog window, where you can specify the desired file format (XML or FDF) and a file name to export a document with interactive forms.

You can call the ExportFormData method in the PdfViewerControl.DocumentLoaded event handler after a PDF document is loaded.

See Also