Skip to main content

ImageItem Class

An image source that has an assigned ID.

Namespace: DevExpress.XtraPrinting.Drawing

Assembly: DevExpress.Printing.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[TypeConverter(typeof(ImageItemTypeConverter))]
public class ImageItem :
    IDisposable

Remarks

DevExpress Reporting uses image items to specify images by their ID in markuped text of label controls.

Inheritance

Object
ImageItem
See Also