Back to Devexpress

XmpDocument.CreateArray(String) Method

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

latest1.6 KB
Original Source

XmpDocument.CreateArray(String) 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(
    string qualifiedName
)
vb
Public Function CreateArray(
    qualifiedName As String
) As XmpArray

Parameters

NameTypeDescription
qualifiedNameString

The array’s qualified name ( prefix:local format).

|

Returns

TypeDescription
XmpArray

An empty XMP array.

|

Exceptions

TypeDescription
ArgumentException

Thrown if the prefix specified in the qualifiedName method parameter is not registered. Call the XmpDocument.RegisterNamespace method to register the namespace.

|

See Also

XmpDocument Class

XmpDocument Members

DevExpress.Pdf.Xmp Namespace