Back to Devexpress

XmpDocument.Add(XmpName, DateTime) Method

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

latest1.1 KB
Original Source

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

Parameters

NameTypeDescription
nameXmpName

The node name.

| | value | DateTime |

The node value.

|

See Also

XmpDocument Class

XmpDocument Members

DevExpress.Pdf.Xmp Namespace