PdfDocumentInfoCreatedDate Property
Gets or sets the date and time when the PDF document was created by the Excel to PDF converter.
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public DateTime CreatedDate { get; set; }
Public Property CreatedDate As DateTime
Get
Set
public:
property DateTime CreatedDate {
DateTime get ();
void set (DateTime value);
}
member CreatedDate : DateTime with get, set
Property Value
DateTime