Skip to main content
All docs
V25.1
  • XmpArray.Contains(XmpValueNode) Method

    Determines whether the array contains the specified item.

    Namespace: DevExpress.Pdf.Xmp

    Assembly: DevExpress.Pdf.v25.1.Core.dll

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public bool Contains(
        XmpValueNode item
    )

    Parameters

    Name Type Description
    item XmpValueNode

    An item to be checked.

    Returns

    Type Description
    Boolean

    true if the array contains the item; otherwise, false.

    See Also