Skip to main content
All docs
V26.1
  • ImageItemCollection.Contains(String) Method

    Determines whether the collection contains the specified image item.

    Namespace: DevExpress.XtraPrinting.Drawing

    Assembly: DevExpress.Printing.v26.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