Back to Devexpress

XmpDocument.GetSimpleValue(XmpName) Method

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

latest1.3 KB
Original Source

XmpDocument.GetSimpleValue(XmpName) Method

Gets a simple value node with the specified name.

Namespace : DevExpress.Pdf.Xmp

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public XmpSimpleNode GetSimpleValue(
    XmpName name
)
vb
Public Function GetSimpleValue(
    name As XmpName
) As XmpSimpleNode

Parameters

NameTypeDescription
nameXmpName

The node name.

|

Returns

TypeDescription
XmpSimpleNode

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

|

See Also

XmpDocument Class

XmpDocument Members

DevExpress.Pdf.Xmp Namespace