Back to Devexpress

XmpDocument.GetStructure(XmpName) Method

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

latest1.3 KB
Original Source

XmpDocument.GetStructure(XmpName) Method

Gets a structure node with the specified name.

Namespace : DevExpress.Pdf.Xmp

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public XmpStructure GetStructure(
    XmpName name
)
vb
Public Function GetStructure(
    name As XmpName
) As XmpStructure

Parameters

NameTypeDescription
nameXmpName

The node name.

|

Returns

TypeDescription
XmpStructure

The structure node with the specified name or null (Nothing in Visual Basic) if the node with such name is not a structure.

|

See Also

XmpDocument Class

XmpDocument Members

DevExpress.Pdf.Xmp Namespace