LEADTOOLS PDF (Leadtools.Pdf assembly)
LEAD Technologies, Inc

Modified Property (PDFAnnotation)






Gets or sets the date and time for last modification of annotation object.
Syntax
public DateTime Modified {get; set;}
'Declaration
 
Public Property Modified As Date
'Usage
 
Dim instance As PDFAnnotation
Dim value As Date
 
instance.Modified = value
 
value = instance.Modified
public DateTime Modified {get; set;}
 get_Modified();
set_Modified(value);
public:
property DateTime Modified {
   DateTime get();
   void set (    DateTime value);
}

Property Value

A System.DateTime that contains the date and time of the last modification of this annotation object.
Example

For an example, refer to PDFAnnotation

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

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.