ImageSource.IsEmpty Property
Indicates whether the ImageSource object stores an image.
Namespace: DevExpress.XtraPrinting.Drawing
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if both the ImageSource.SvgImage and ImageSource.Image properties are not specified; otherwise, false. |
See Also