ArcObjects Library Reference  (Carto)    

IOlePictureElement Interface

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
Method 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.
JpgPictureElement Graphic Element to display JPG Pictures.
PngPictureElement Graphic Element to display PNG Pictures.
TifPictureElement Graphic Element to display TIF Pictures.

 


Feedback Send feedback on this page