Skip to main content
All docs
V26.1
  • XmpArray<T> Class

    An XMP metadata node with an array value.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    NuGet Package: DevExpress.Docs.Pdf

    Declaration

    public class XmpArray<T> :
        XmpValue,
        IEnumerable<T>,
        IEnumerable
        where T : XmpValue, new()

    Type Parameters

    Name Description
    T

    Element array type.

    Implements

    See Also