ImageItemCollection.Contains(String) Method
Determines whether the collection contains the specified image item.
Namespace: DevExpress.XtraPrinting.Drawing
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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