Documents for PDF, .NET Edition Documentation
MetadataDate Property

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace > Metadata Class : MetadataDate Property
Gets or sets the metadata date. Maps to XMP 'MetadataDate' property. If null, the current date/time is used.
Syntax
'Declaration
 
Public Property MetadataDate As System.Nullable(Of Date)
public System.Nullable<DateTime> MetadataDate {get; set;}
See Also

Reference

Metadata Class
Metadata Members