Error processing SSI file
LEADTOOLS PDF Segmentation (Leadtools.PdfCompressor assembly)

Show in webframe

Write(Stream) Method






The output stream to be saved.
Writes the created file from memory to a .NET stream.
Syntax
public void Write( 
   Stream outputStream
)
'Declaration
 
Public Overloads Sub Write( _
   ByVal outputStream As Stream _
) 
'Usage
 
Dim instance As PdfCompressorEngine
Dim outputStream As Stream
 
instance.Write(outputStream)
public:
void Write( 
   Stream^ outputStream
) 

Parameters

outputStream
The output stream to be saved.
Remarks

The PDF Compressor object normally creates the compressed PDF document file in memory. It can add as many pages as required to the file. Once the PDF file in memory is complete, call this method to write the file to a stream, before calling the Dispose method.

For more information, refer to Creating a Compressed PDF File

.

Use Write(string) to write the result to a disk file.

Requirements

Target Platforms

See Also

Reference

PdfCompressorEngine Class
PdfCompressorEngine Members
Overload List

Error processing SSI file
Leadtools.PdfCompressor requires a PDF Pro, Pro Suite, Document or Medical license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features