TIOParams.PDF_CreateDate2
Declaration
property PDF_CreateDate2: TDateTime;
Description
A TDateTime formatted version of
PDF_CreateDate.
Returns 0 if no date is specified.
This value is filled when loading PDF files using the
PDFium.
It is NOT used when saving.
ImageEnView1.PdfViewer.Enabled := True;
ImageEnView1.IO.LoadFromFilePDF( 'C:\document.pdf' );
dt := ImageEnView1.IO.Params.PDF_CreateDate;