AccusoftImagXpress13 ActiveX DLL > ImagXpress Object : Picture Property |
Visual Basic |
---|
Public Property Picture As Picture |
When an image is loaded using the FileName property, the Picture property is set to a bitmap of the image. The ImagXpress Picture property only supports picture type BITMAP. It does not support ICON or METAFILE.
When an image is loaded using the Picture property, the image is converted to a Device Independent Bitmap (DIB). The hDIB property is set to the handle of DIB. If an Undo DIB resides in memory, it is deleted and the hDIBUndo property is set to NULL.