LEADTOOLS PDF (Leadtools.Pdf assembly)

Modified Property (PDFAnnotation)

Show in webframe





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:
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

See Also

Reference

PDFAnnotation Class
PDFAnnotation Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.