Back to Devexpress

XmpDocument.Add(String, Boolean) Method

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

latest1.6 KB
Original Source

XmpDocument.Add(String, Boolean) Method

Adds a node to the XMP packet.

Namespace : DevExpress.Pdf.Xmp

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public void Add(
    string qualifiedName,
    bool value
)
vb
Public Sub Add(
    qualifiedName As String,
    value As Boolean
)

Parameters

NameTypeDescription
qualifiedNameString

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

| | value | Boolean |

The node value.

|

Exceptions

TypeDescription
ArgumentException

Thrown if the prefix specified in the qualifiedName method parameter is not registered. Call the XmpDocument.RegisterNamespace method to register the namespace.

|

See Also

XmpDocument Class

XmpDocument Members

DevExpress.Pdf.Xmp Namespace