Gets or sets the string representation of date and time that any metadata for this
document was last changed.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public XmpString MetadataDate { get; set; }
VB
Public Property MetadataDate As XmpString
Get
Set
Property Value
Type:
XmpStringThe string representation of date and time that any metadata for this
document was last changed or
null if there is no value set for this property.
Remarks
You can convert the string representation to a
DateTime value using ToDateTime() method.
The library can automatically update the value of this property before saving the
document. Please see the UpdateModifiedDate option for
more information.
See Also