LEADTOOLS PDF Segmentation (Leadtools.PdfCompressor assembly)

Write(Stream) Method

Show in webframe





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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.PdfCompressor requires a PDF Plug-in license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features