A PDF data stream.

System.Object
   WebSupergoo.ABCpdf7.Objects.IndirectObject
      WebSupergoo.ABCpdf7.Objects.StreamObject
         WebSupergoo.ABCpdf7.Objects.IccProfile
         WebSupergoo.ABCpdf7.Objects.Layer
         WebSupergoo.ABCpdf7.Objects.PixMap

 

   
   
Method Description
Throws Exceptions StreamObject Construct a StreamObject.
ClearData Clear the data and compression settings for the stream.
ClearCachedDecompressed Clear the cached, decompressed data for the stream.
Compress Compress the data in the stream.
Decompress Decompress the data in the stream.
GetData Get the raw binary content of the stream.
SetData Set the raw binary content of the stream.
Throws Exceptions SetFile Set the raw binary content of the stream using data from a file.
GetText Get the content of the stream as a string.
SetText Set the content of the stream as a string.
  inherited methods...

 

   
   
Property Description
Compressed Whether the stream data is compressed or otherwise encoded.
Compression The primary compression type.
Length The number of bytes of encoded stream data.
  inherited properties...