Skip to main content
All docs
V25.1
  • XmpArray.AddArray(XmpArrayType) Method

    Adds an empty array item to the array.

    Namespace: DevExpress.Pdf.Xmp

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

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public XmpArray AddArray(
        XmpArrayType arrayType
    )

    Parameters

    Name Type Description
    arrayType XmpArrayType

    the array item type.

    Returns

    Type Description
    XmpArray

    An array item.

    See Also