Click or drag to resize

TrustVerificationResultGetEmbeddedTimestampVerificationResult Method

Returns the detailed timestamp result inside this TrustVerificationResult. One must call HasEmbeddedTimestampVerificationResult first to check whether the result is available.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public EmbeddedTimestampVerificationResult GetEmbeddedTimestampVerificationResult()

Return Value

Type: EmbeddedTimestampVerificationResult
an EmbeddedTimestampVerificationResult object
See Also