Skip to main content
All docs
V25.1
  • XmpDocument.Item[XmpName] Property

    Returns a value of the XMP packet node with the given name.

    Namespace: DevExpress.Pdf.Xmp

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

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public XmpValueNode this[XmpName name] { get; }

    Parameters

    Name Type Description
    name XmpName

    An object that contains the node name.

    Property Value

    Type Description
    XmpValueNode

    The XMP packet node with the specified name.

    See Also