Provides access to members that control the Ole Style Picture element.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
When To Use
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.
Members
Description | ||
---|---|---|
ImportPicture | Import Picture from an IPictureDisp interface. |
CoClasses that implement IOlePictureElement
CoClasses and 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. |
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. |
TifPictureElement | Graphic Element to display TIF Pictures. |