Skip to main content
All docs
V24.1

XmpProperties.MetadataDate Property

Gets or sets the value for the xmp:MetadataDate attribute.

Namespace: DevExpress.Pdf.Xmp

Assembly: DevExpress.Pdf.v24.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public DateTime? MetadataDate { get; set; }

Property Value

Type Description
Nullable<DateTime>

The date and time any document metadata has been changed.

Remarks

The xmp:MetadataDate attribute value should be equal to or more recent than the XmpProperties.ModifyDate attribute value.

See Also