StreamObject Decompress Function. Decompress the data in the stream. ABCpdf .NET PDF Library. From ABCpdf .net previous page next page Decompress Function 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. previous page start next page