PDFView4NET WPF Edition
ModifiedDate Property




O2S.Components.PDFView4NET.Annotations Namespace > PDFAnnotation Class : ModifiedDate Property
Gets or sets the annotation modified date.
Syntax
'Declaration
 
Public Property ModifiedDate As Date
'Usage
 
Dim instance As PDFAnnotation
Dim value As Date
 
instance.ModifiedDate = value
 
value = instance.ModifiedDate
public DateTime ModifiedDate {get; set;}
public: __property DateTime get_ModifiedDate();
public: __property void set_ModifiedDate( 
   DateTime value
);
public:
property DateTime ModifiedDate {
   DateTime get();
   void set (    DateTime value);
}

Property Value

The most recent date when the annotation was modified.
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

PDFAnnotation Class
PDFAnnotation Members