Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Did someone tried this option and get saved the Image transparent?
It returns a IPictureDisp.
The type inside IPictureDisp is PICTYPE_BITMAP.
The attributes (PICTUREATTRIBUTES) are 0, so no PICTURE_TRANSPARENT(2) is set.
So for what is TransparentBackground = true usable?
Shouldn't IPictureDisp be of type PICTYPE_ICON or PICTYPE_METAFILE which are supporting transparency.
Solved! Go to Solution.