Gets or sets the date and time when the PDF document was created by the HTML to PDF converter.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public DateTime CreatedDate { get; set; }
Visual Basic
Public Property CreatedDate As DateTime
	Get
	Set
Visual C++
public:
property DateTime CreatedDate {
	DateTime get ();
	void set (DateTime value);
}

Property Value

Type: DateTime

See Also