MemoryBitmap Class |
Namespace: Kofax.OmniPageCSDK.IproPlus
The MemoryBitmap type exposes the following members.
Name | Description | |
---|---|---|
![]() | Name |
This property is used to get or set an optional name for the memory bitmap. |
![]() | Paletted |
This property returns True if the image is a palette-color one. |
![]() | UniqueID |
This property returns the unique ID of the object.
|
Name | Description | |
---|---|---|
![]() | Dispose | Releases all resources used by the MemoryBitmap |
![]() | Equals | (Overrides Object.Equals(Object).) |
![]() | GetBitmap |
This method returns the raw image data of the image object. |
![]() | GetEngine |
Returns the Engine object.
|
![]() | GetHashCode | (Overrides Object.GetHashCode().) |
![]() | PutBitmap |
This method is used to write raw bitmap data together with information specified by the ImgInfo parameter back into the image object. |
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.