ImageEn, unit iexBitmaps

TIOParams.PDF_ModifyDate2

TIOParams.PDF_ModifyDate2


Declaration

property PDF_ModifyDate2: TDateTime;


Description

A TDateTime formatted version of PDF_ModifyDate.
Returns 0 if no date is specified.
This value is filled when loading PDF files using the PDFium.
It is NOT used when saving.

Note: Time zone offset values are ignored


Example

ImageEnView1.PdfViewer.Enabled := True;
ImageEnView1.IO.LoadFromFilePDF( 'C:\document.pdf' );
dt := ImageEnView1.IO.Params.PDF_ModifyDate;