ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Objects > General Objects > IGPDFStream Object > IGPDFStream Methods > OpenMemForRead Method |
Opens a read-only PDF stream from a memory-resident buffer. The stream is seek-able.
OpenMemForRead (Data As IGIntegerArray)
Name | Description |
---|---|
Data | Buffer containing the data to read into the stream. This data buffer must not be disposed of until the stream is closed. |
None