PDFView4NET WPF Edition
CreationDate Property (PDFDocumentInformation)




O2S.Components.PDFView4NET Namespace > PDFDocumentInformation Class : CreationDate Property
Gets or sets the date when the document was created.
Syntax
'Declaration
 
Public Property CreationDate As Date
'Usage
 
Dim instance As PDFDocumentInformation
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 document creation 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