|
|
|
|
|
<PDF reader>.GetSignatureDate (Function) In french: <Lecteur PDF>.RécupèreDateSignature Retrieves the date of one of the PDF signatures displayed in a PDF Reader control. PDF_LecteurPDF = PDFOpen("test.pdf")
nNbSignature is int = PDF_LecteurPDF.NbSignature()
FOR i = 1 _TO_ nNbSignature
bufSignature is Buffer = PDF_LecteurPDF.RécupèreSignature(i)
dhDateSignature is DateTime = PDF_LecteurPDF.RécupèreDateSignature(i)
Certif is Certificate = CertificateExtract(bufSignature)
END
Syntax
<Result> = <PDF Reader control>.GetSignatureDate(<Index>)
<Result>: DateTime Date of the signature. <PDF Reader control>: Control name PDF Reader control that contains the document to be analyzed. <Index>: Integer Index of the signature in the document (the number of signatures is returned by <PDF reader>.NbSignatures). Component: wd300wdpdf.dll
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|