This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control the Ole Style Picture element.
IOlePictureElement is a generic interface implemented by only BmpPictureElement and EmfPictureElement. The interface is used to load a picture into one of these elements through an OLE IPictureDisp. To load a picture from a file, use IPictureElement.
Name | Description | |
---|---|---|
ImportPicture | Import Picture from an IPictureDisp interface. |
Classes | Description |
---|---|
BmpPictureElement | The Graphic Element to display BMP Pictures. |
EmfPictureElement | The Graphic Element to display Emf Pictures. |
GifPictureElement | Graphic Element to display GIF Pictures. |
ImgPictureElement | Graphic Element to display IMG Pictures. This coclass is deprecated. It will not be available in a future release. |
Jp2PictureElement | Graphic Element to display JPEG2000 Pictures. |
JpgPictureElement | Graphic Element to display JPG Pictures. |
PictureElement | Picture Graphic Element. |
PngPictureElement | Graphic Element to display PNG Pictures. |
SidPictureElement | Graphic Element to display SID Pictures. This coclass is deprecated. It will not be available in a future release. |
TifPictureElement | Graphic Element to display TIF Pictures. |