Back to Devexpress

XmpDocument.CreateArray(XmpName) Method

officefileapi-devexpress-dot-pdf-dot-xmp-dot-xmpdocument-dot-createarray-x28-devexpress-dot-pdf-dot-xmp-dot-xmpname-x29.md

latest1.2 KB
Original Source

XmpDocument.CreateArray(XmpName) Method

Adds an array at the end of the packet.

Namespace : DevExpress.Pdf.Xmp

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public XmpArray CreateArray(
    XmpName name
)
vb
Public Function CreateArray(
    name As XmpName
) As XmpArray

Parameters

NameTypeDescription
nameXmpName

The array name.

|

Returns

TypeDescription
XmpArray

An empty XMP array.

|

See Also

XmpDocument Class

XmpDocument Members

DevExpress.Pdf.Xmp Namespace