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

PdfViewerControl.ImportFormData() Method

Imports interactive data either from XML or FDF data format into a PDF form.

Namespace: DevExpress.Xpf.PdfViewer

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

Declaration

public void ImportFormData()

Remarks

The ImportFormData method invokes the Open dialog window, where you can specify a file name and file format (XML or FDF) from which a PDF document with interactive form is loaded.

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

See Also