Click or drag to resize

TrustVerificationResultWasSuccessful Method

Retrieves the trust verification status.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public bool WasSuccessful()

Return Value

Type: Boolean
A boolean representing whether or not the trust verification operation was successful. Whether trust-related warnings are treated as errors or not depend on the VerificationOptions used for the verification operation
See Also