XFINIUM.PDF Documentation
ExportData Method



The output stream for form data.
The data format for export.
The PDF file name the data is exported from.
Exports the form data to a stream.
Syntax
'Declaration
 
Public Sub ExportData( _
   ByVal stream As Stream, _
   ByVal format As PdfFormDataFormat, _
   ByVal pdfFileName As String _
) 
'Usage
 
Dim instance As PdfForm
Dim stream As Stream
Dim format As PdfFormDataFormat
Dim pdfFileName As String
 
instance.ExportData(stream, format, pdfFileName)
public void ExportData( 
   Stream stream,
   PdfFormDataFormat format,
   string pdfFileName
)
public:
void ExportData( 
   Stream^ stream,
   PdfFormDataFormat format,
   String^ pdfFileName
) 

Parameters

stream
The output stream for form data.
format
The data format for export.
pdfFileName
The PDF file name the data is exported from.
Remarks
The FDF/XFDF data files require a reference to a PDF file.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


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

Send Feedback