MemoryBitmap / MemoryBitmaps


Object tree MemoryBitmap branch

The MemoryBitmap object represents an image stored in the memory. This object manages bitmaps as raw data. This object can be passed to the LoadBitmap method of the Document object. This allows the integrating code to load an image which is stored in the memory into a particular document. All bitmaps stored by the IPRO object model are bottom-up, BGR color order, and double-word aligned bitmaps.

The MemoryBitmaps collection is a sorted set of MemoryBitmap objects. Using this collection, bitmaps stored in memory can be created and deleted.