| ImageGear Professional v18.2 > API Reference Guide > Formats Component API Reference > Formats Component Objects > IGMemFile Object > IGMemFile Methods > Attach Method |
Associates an external memory buffer with the IGMemFile Object. The user is responsible for the release of memory buffer being attached.
Attach(MemPointer as Long, MemSize as Long, ImageSize as Long)
| Name | Description |
|---|---|
| MemPointer | Pointer to the external memory buffer pointer to attach to the object. |
| MemSize | Size of the memory buffer. |
| ImageSize | Size of the image in the external memory buffer. |
N/A
N/A
Core