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

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace > DocumentInfo Class : ModifyDate Property
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

Reference

DocumentInfo Class
DocumentInfo Members