Skip to main content
A newer version of this page is available. .

ImageItemCollection.Contains(String) Method

Determines whether the collection contains the specified image item.

Namespace: DevExpress.XtraPrinting.Drawing

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

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