Skip to main content
A newer version of this page is available. .

ImageBrick.ImageEntry Property

Gets or sets the value used to support serialization of the ImageBrick.ImageSource property.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.Cached)]
public ImageEntry ImageEntry { get; set; }

Property Value

Type Description
DevExpress.XtraPrinting.Native.ImageEntry

A DevExpress.XtraPrinting.Native.ImageEntry object.

Remarks

This property is hidden and intended for internal use only. Normally, you don’t need to use it.

See Also