ComponentOne PDF for .NET
CreationDate Property

C1.C1Pdf.4 Assembly > C1.C1Pdf Namespace > PdfDocumentInfo Class : CreationDate Property
Gets or sets the creation date and time of the document.

The default value for this property is DateTime.MinValue, which causes the current date/time to be used when the document is saved.

Syntax
'Declaration
 
Public Property CreationDate As System.Date
public System.DateTime CreationDate {get; set;}
See Also

Reference

PdfDocumentInfo Class
PdfDocumentInfo Members