PDFView4NET WPF Edition
ModDate Property (PDFDocumentInformation)




O2S.Components.PDFView4NET Namespace > PDFDocumentInformation Class : ModDate Property
Gets or sets the date when the document was modified.
Syntax
'Declaration
 
Public Property ModDate As Date
'Usage
 
Dim instance As PDFDocumentInformation
Dim value As Date
 
instance.ModDate = value
 
value = instance.ModDate
public DateTime ModDate {get; set;}
public: __property DateTime get_ModDate();
public: __property void set_ModDate( 
   DateTime value
);
public:
property DateTime ModDate {
   DateTime get();
   void set (    DateTime value);
}

Property Value

The document modifiy date.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFDocumentInformation Class
PDFDocumentInformation Members