Back to Devexpress

XmpDocument.CreateSimpleValue(XmpName, String) Method

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

latest1.4 KB
Original Source

XmpDocument.CreateSimpleValue(XmpName, String) Method

Adds a simple value node at the end of the packet.

Namespace : DevExpress.Pdf.Xmp

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public XmpSimpleNode CreateSimpleValue(
    XmpName name,
    string value
)
vb
Public Function CreateSimpleValue(
    name As XmpName,
    value As String
) As XmpSimpleNode

Parameters

NameTypeDescription
nameXmpName

The node name.

| | value | String |

The node value.

|

Returns

TypeDescription
XmpSimpleNode

The simple value node.

|

See Also

XmpDocument Class

XmpDocument Members

DevExpress.Pdf.Xmp Namespace