PDFView4NET WPF Edition
ExportData(String,PDFFormDataFormat,PDFExportDataOptions,String) Method




O2S.Components.PDFView4NET.Forms Namespace > PDFForm Class > ExportData Method : ExportData(String,PDFFormDataFormat,PDFExportDataOptions,String) Method
The full path to the file where form data will be exported.
The format of exported data.
Options for specifying the type of data to be exported.
The name of the PDF file the data is exported from.
Exports the form data to a file.
Syntax
'Declaration
 
Public Overloads Sub ExportData( _
   ByVal fileName As String, _
   ByVal format As PDFFormDataFormat, _
   ByVal options As PDFExportDataOptions, _
   ByVal pdfFileName As String _
) 
'Usage
 
Dim instance As PDFForm
Dim fileName As String
Dim format As PDFFormDataFormat
Dim options As PDFExportDataOptions
Dim pdfFileName As String
 
instance.ExportData(fileName, format, options, pdfFileName)

Parameters

fileName
The full path to the file where form data will be exported.
format
The format of exported data.
options
Options for specifying the type of data to be exported.
pdfFileName
The name of the PDF file the data is exported from.
Remarks
The name of the source PDF file is required because the data files (both FDF and XFDF) need a reference to the PDF file from which they were exported. This file name does not need to match the actual file name used for saving the PDF document.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFForm Class
PDFForm Members
Overload List