'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)
public void ExportData( string fileName, PDFFormDataFormat format, PDFExportDataOptions options, string pdfFileName )
public: void ExportData( string* fileName, PDFFormDataFormat format, PDFExportDataOptions options, string* pdfFileName )
public: void ExportData( String^ fileName, PDFFormDataFormat format, PDFExportDataOptions options, String^ 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.