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.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.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