Back to Devexpress

XmpDocument.Add(String, DateTime) Method

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

latest1.6 KB
Original Source

XmpDocument.Add(String, DateTime) 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,
    DateTime value
)
vb
Public Sub Add(
    qualifiedName As String,
    value As Date
)

Parameters

NameTypeDescription
qualifiedNameString

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

| | value | DateTime |

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