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

ImageBrick.DisposeImage Property

Gets or sets a value indicating whether it is necessary to dispose of an image assigned to the ImageBrick.ImageSource property, when disposing the ImageBrick object.

Namespace: DevExpress.XtraPrinting

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

Declaration

public bool DisposeImage { get; set; }

Property Value

Type Description
Boolean

true to dispose of the image; otherwise, false.

Remarks

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

See Also