| ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Objects > General Objects > IGPDFStream Object |
PDF Stream object. A data stream that may be a buffer in memory, or an arbitrary user-written procedure. Typically used to extract or provide data.
IIGPDFStream extends IIGObject
| Close Method | Closes the stream. |
| Flush Method | Flushes any buffered data to the specified stream. |
| OpenMemForRead Method | Opens a read-only PDF stream from a memory-resident buffer. |
| Read Method | Reads data from the stream into memory. |