ImageSource.IsNullOrEmpty(ImageSource) Method
Indicates whether the specified ImageSource object stores an image.
Namespace: DevExpress.XtraPrinting.Drawing
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
imageSource | ImageSource | An ImageSource object to be tested. |
Returns
Type | Description |
---|---|
Boolean | true, if the specified ImageSource object is null or its ImageSource.SvgImage and ImageSource.Image properties are not specified; otherwise, false. |
See Also