StreamObject GetData Function. Get the raw binary content of the stream. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Get the raw binary content of the stream.

 

   
Syntax  

[C#]
byte[] GetData()

[Visual Basic]
Function GetData() As Byte()

 

   

Params
 
Name Description
return The raw binary content of the stream.

 

   

Notes
 

Get the raw binary content of the stream.

If the stream is compressed then this data will be compressed.

 

   

Example
 

None.