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.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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