ComponentOne PDF for WPF and Silverlight
CreationDate Property (PdfDocumentInfo)

C1.Silverlight.Pdf.5 Assembly > C1.Silverlight.Pdf Namespace > PdfDocumentInfo Class : CreationDate Property
Gets or sets the creation date and time of the Pdf document.
Syntax
'Declaration
 
Public Property CreationDate As Date
public DateTime CreationDate {get; set;}
Remarks

The default value for this property is the DateTime.MinValue, which causes C1PdfDocument to use the date and time when the document is saved as the creation date.

See Also

Reference

PdfDocumentInfo Class
PdfDocumentInfo Members