Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / Metadata Class / ModifyDate Property

In This Topic
    ModifyDate Property (Metadata)
    In This Topic
    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