Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.
usingSystem.Windows;
namespaceExportFormData
{
publicpartialclassMainWindow : Window
{
publicMainWindow()
{
InitializeComponent();
//Load a PDF file with an interactive form
Viewer.OpenDocument("..\\..\\FormFillDemo.pdf");
}
privatevoidViewer_DocumentLoaded(object sender, RoutedEventArgs e)
{
//Load a PDF file with an interactive form
Viewer.ExportFormData();
}
}
}
ImportsSystem.WindowsNamespace ExportFormData
PartialPublicClass MainWindow
Inherits Window
PublicSubNew()
InitializeComponent()
' Load a PDF file with an interactive form
Viewer.OpenDocument("..\..\FormFillDemo.pdf")
EndSubPrivateSub Viewer_DocumentLoaded(ByVal sender AsObject, ByVal e As RoutedEventArgs)
' Load a PDF file with an interactive form
Viewer.ExportFormData()
EndSubEndClassEndNamespace
Was this page helpful?
Thanks for your feedback!
How can we improve this help topic?
Additional comments/thoughts:
If you have any questions, submit a ticket to our Support Center.