XFINIUM.PDF Documentation
ExportData(String,PdfFormDataFormat,String,PdfFormDataOptions) Method



Xfinium.Pdf.Forms Namespace > PdfForm Class > ExportData Method : ExportData(String,PdfFormDataFormat,String,PdfFormDataOptions) Method
The output file for form data.
The data format for export.
The PDF file name the data is exported from.
Options specifies the data that is export from the PDF file. Applies to FDF/XFDF data format only
Exports the form data to a file.
Syntax
'Declaration
 
Public Overloads Sub ExportData( _
   ByVal fileName As String, _
   ByVal format As PdfFormDataFormat, _
   ByVal pdfFileName As String, _
   ByVal exportDataOptions As PdfFormDataOptions _
) 
'Usage
 
Dim instance As PdfForm
Dim fileName As String
Dim format As PdfFormDataFormat
Dim pdfFileName As String
Dim exportDataOptions As PdfFormDataOptions
 
instance.ExportData(fileName, format, pdfFileName, exportDataOptions)

Parameters

fileName
The output file for form data.
format
The data format for export.
pdfFileName
The PDF file name the data is exported from.
exportDataOptions
Options specifies the data that is export from the PDF file. Applies to FDF/XFDF data format only
Remarks
The FDF/XFDF data files require a reference to a PDF file.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfForm Class
PdfForm Members
Overload List