PDFView4NET WinForms Edition
CreationDate Property (PDFAnnotation)




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

Property Value

The date when the annotation was created.
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