Skip to main content

ImageSource.IsNullOrEmpty(ImageSource) Method

Indicates whether the specified ImageSource object stores an image.

Namespace: DevExpress.XtraPrinting.Drawing

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

NuGet Package: DevExpress.Printing.Core

Declaration

public static bool IsNullOrEmpty(
    ImageSource imageSource
)

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