LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

CompactFile(Stream,Stream,Int32) Method






A System.IO.Stream containing the data for the file being compacted. All the pages will be read from this stream.
A System.IO.Stream that will contain the data written.
Value that represents the number of pages to copy. Use 0 to copy all the pages. If pages is > 0, only pages will be copied to destStream.
Compacts TIFF streams with default options. .NET support Silverlight support
Syntax
public void CompactFile( 
   Stream srcStream,
   Stream destStream,
   int pages
)
'Declaration
 
Public Overloads Sub CompactFile( _
   ByVal srcStream As Stream, _
   ByVal destStream As Stream, _
   ByVal pages As Integer _
) 
'Usage
 
Dim instance As RasterCodecs
Dim srcStream As Stream
Dim destStream As Stream
Dim pages As Integer
 
instance.CompactFile(srcStream, destStream, pages)
public void CompactFile( 
   Stream srcStream,
   Stream destStream,
   int pages
)
 function Leadtools.Codecs.RasterCodecs.CompactFile(Stream,Stream,Int32)( 
   srcStream ,
   destStream ,
   pages 
)
public:
void CompactFile( 
   Stream^ srcStream,
   Stream^ destStream,
   int pages
) 

Parameters

srcStream
A System.IO.Stream containing the data for the file being compacted. All the pages will be read from this stream.
destStream
A System.IO.Stream that will contain the data written.
pages
Value that represents the number of pages to copy. Use 0 to copy all the pages. If pages is > 0, only pages will be copied to destStream.
Remarks

This method can also be used to copy or extract one or more pages from a TIFF file and copy them without recompression to another TIFF file. Whenever you save an image containing a region as a TIFF file format, the region is also saved. Note, however, that the ability to save a region inside a TIFF file must be unlocked. This requires a Document Imaging or Medical Imaging toolkit.

Example
For an an example, refer to CompactFile(String,String,Int32).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterCodecs Class
RasterCodecs Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.