PDF .NET Library Documentation - PDF Technologies, Inc.
Namespace:
PDFTech
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Syntax
| C# |
|---|
public void ExportData( Stream stream, DataFormat dataFormat, string pdfFileName ) |
| Visual Basic (Declaration) |
|---|
Public Sub ExportData ( _ stream As Stream, _ dataFormat As DataFormat, _ pdfFileName As String _ ) |
| Visual C++ |
|---|
public: void ExportData( Stream^ stream, DataFormat dataFormat, String^ pdfFileName ) |
Parameters
- stream
- Type: System.IO..::.Stream
- dataFormat
- Type: PDFTech..::.DataFormat
- pdfFileName
- Type: System..::.String