Gets or sets the creation date and time of the Pdf document.

Namespace:  C1.Silverlight.Pdf
Assembly:  C1.Silverlight.Pdf (in C1.Silverlight.Pdf.dll)

Syntax

C#
public DateTime CreationDate { get; set; }
Visual Basic
Public Property CreationDate As DateTime
	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