Back to Devexpress

XmpDocument.GetArray(XmpName) Method

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

latest1.2 KB
Original Source

XmpDocument.GetArray(XmpName) Method

Gets an array node with the specified name.

Namespace : DevExpress.Pdf.Xmp

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

NuGet Package : DevExpress.Pdf.Core

Declaration

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

Parameters

NameTypeDescription
nameXmpName

The node name.

|

Returns

TypeDescription
XmpArray

The array node with the specified name or null (Nothing in Visual Basic) if this node is not an array.

|

See Also

XmpDocument Class

XmpDocument Members

DevExpress.Pdf.Xmp Namespace