ArcObjects Library Reference (Carto)  

IPictureElement5 Interface

Provides access to members that control the Picture element.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Read/write property AttachmentFilter Use attachment that has filter in the name. Use with data driven pages.
Read-only property Filter Filter used in CFileDialog.
Read-only property Handle The picture handle as a HBITMAP for bitmap pictures or an HENHMETAFILE for vector pictures.
Method ImportFromVariant Import picture from path, url, raster, or blob.
Method ImportPictureFromFile File to be imported.
Read-only property IsVector Indicates whether picture is a vector format as opposed to raster.
Read/write property MaintainAspectRatio Indicates if the resize box will maintain the picture's aspect ratio.
Read/write property Path Associated picture file.
Read-only property PictureAspectRatio Filter used in CFileDialog.
Read-only property PictureDescription Description of the Picture Element.
Read/write property PictureField Field that specifies picture. Use with data driven pages.
Method QueryIntrinsicSize Get the intrinsic size of the picture in points.
Read/write property SavePictureInDocument Indicates if the Picture will be stored in the Document.
Read/write property UseAttachment Picture shows attachment. Use with data driven pages.

CoClasses that implement IPictureElement5

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.