Skip to main content

ImageItemCollection.Contains(String) Method

Determines whether the collection contains the specified image item.

Namespace: DevExpress.XtraPrinting.Drawing

Assembly: DevExpress.Printing.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public bool Contains(
    string id
)

Parameters

Name Type Description
id String

The image item’s ID.

Returns

Type Description
Boolean

true, if the collection contains the specified image item; otherwise, false.

See Also