'Declaration
Public Overloads Sub ExportData( _ ByVal fileName As String, _ ByVal format As PdfFormDataFormat, _ ByVal pdfFileName As String _ )
'Usage
Dim instance As PdfForm Dim fileName As String Dim format As PdfFormDataFormat Dim pdfFileName As String instance.ExportData(fileName, format, pdfFileName)
public void ExportData( string fileName, PdfFormDataFormat format, string pdfFileName )
public: void ExportData( String^ fileName, PdfFormDataFormat format, String^ pdfFileName )
Parameters
- fileName
- The output file for form data.
- format
- The data format for export.
- pdfFileName
- The PDF file name the data is exported from.