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

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

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

    Type Parameters

    Name
    T

    Implements

    See Also