Back to Devexpress

XmpDocument.GetString(String) Method

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

latest1.3 KB
Original Source

XmpDocument.GetString(String) Method

Gets the String value of a node with the specified name.

Namespace : DevExpress.Pdf.Xmp

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public string GetString(
    string qualifiedName
)
vb
Public Function GetString(
    qualifiedName As String
) As String

Parameters

NameTypeDescription
qualifiedNameString

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

|

Returns

TypeDescription
String

The node value or null ( Nothing in Visual Basic) if it is not a String value.

|

See Also

XmpDocument Class

XmpDocument Members

DevExpress.Pdf.Xmp Namespace