Skip to main content
All docs
V24.1

XmpDocument.CreateArray(XmpName) Method

Adds an array at the end of the packet.

Namespace: DevExpress.Pdf.Xmp

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public XmpArray CreateArray(
    XmpName name
)

Parameters

Name Type Description
name XmpName

The array name.

Returns

Type Description
XmpArray

An empty XMP array.

See Also