TrustVerificationResultWasSuccessful Method |
Retrieves the trust verification status.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool WasSuccessful()
Public Function WasSuccessful As Boolean
public:
virtual bool WasSuccessful() sealed
function WasSuccessful();
Return Value
Type:
BooleanA 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