Back to Devexpress

XmpDocument.GetStructure(String) Method

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

latest1.3 KB
Original Source

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

Parameters

NameTypeDescription
qualifiedNameString

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

|

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