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

In This Topic
    ModifyDate Property (DocumentInfo)
    In This Topic
    Gets or sets the date and time the document was most recently modified.
    Syntax
    'Declaration
     
    Public Property ModifyDate As System.Nullable(Of PdfDateTime)
    public System.Nullable<PdfDateTime> ModifyDate {get; set;}
    See Also