Back to Devexpress

XmpDocument.CreateArray(XmpName, XmpArrayType) Method

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

latest1.4 KB
Original Source

XmpDocument.CreateArray(XmpName, XmpArrayType) 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,
    XmpArrayType arrayType
)
vb
Public Function CreateArray(
    name As XmpName,
    arrayType As XmpArrayType
) As XmpArray

Parameters

NameTypeDescription
nameXmpName

The array name.

| | arrayType | XmpArrayType |

The array type.

|

Returns

TypeDescription
XmpArray

An empty XMP array.

|

See Also

XmpDocument Class

XmpDocument Members

DevExpress.Pdf.Xmp Namespace