Documents for PDF, .NET Edition Documentation
ModifyDate Property (Metadata)

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

Reference

Metadata Class
Metadata Members