Skip to main content

ImageSource.IsEmpty Property

Indicates whether the ImageSource object stores an image.

Namespace: DevExpress.XtraPrinting.Drawing

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

NuGet Package: DevExpress.Printing.Core

Declaration

[Browsable(false)]
public bool IsEmpty { get; }

Property Value

Type Description
Boolean

true, if both the ImageSource.SvgImage and ImageSource.Image properties are not specified; otherwise, false.

See Also