TrustVerificationResultHasEmbeddedTimestampVerificationResult Method |
Returns whether this TrustVerificationResult has a detailed timestamp result inside.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool HasEmbeddedTimestampVerificationResult()
Public Function HasEmbeddedTimestampVerificationResult As Boolean
public:
virtual bool HasEmbeddedTimestampVerificationResult() sealed
function HasEmbeddedTimestampVerificationResult();
Return Value
Type:
Booleana boolean value representing whether this TrustVerificationResult has a detailed timestamp result inside
See Also