'Declaration
Public Overloads Sub ExportData( _ ByVal stream As Stream, _ ByVal format As PDFFormDataFormat, _ ByVal options As PDFExportDataOptions, _ ByVal pdfFilename As String _ )
'Usage
Dim instance As PDFForm Dim stream As Stream Dim format As PDFFormDataFormat Dim options As PDFExportDataOptions Dim pdfFilename As String instance.ExportData(stream, format, options, pdfFilename)
public void ExportData( Stream stream, PDFFormDataFormat format, PDFExportDataOptions options, string pdfFilename )
public: void ExportData( Stream* stream, PDFFormDataFormat format, PDFExportDataOptions options, string* pdfFilename )
public: void ExportData( Stream^ stream, PDFFormDataFormat format, PDFExportDataOptions options, String^ pdfFilename )
Parameters
- stream
- The stream where form data will be exported.
- format
- The format of exported data.
- options
- Options for specifying the type of data to be exported.
- pdfFilename