StreamObject Decompress Function. Decompress the data in the stream. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Decompress the data in the stream.

 

   
Syntax  

[C#]
bool Decompress()

[Visual Basic]
Function Decompress() As Boolean

 

   

Params
 
Name Description
return Whether the data in the stream is uncompressed.

 

   

Notes
 

This method removes all compression from the stream.

Under some circumstances it may not be possible to fully decompress the stream. In these situations the function will return false.

 

   

Example
 

None.