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

    Removes the specified item from the array.

    Namespace: DevExpress.Pdf.Xmp

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

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public bool Remove(
        XmpValueNode item
    )

    Parameters

    Name Type Description
    item XmpValueNode

    An item to be removed.

    Returns

    Type Description
    Boolean

    true if the item is removed successfully; otherwise, false.

    See Also