VerificationResultGetVerificationStatus Method |
Retrieves the main verification status. The main status is determined based on the other statuses.
Verification may fail for many reasons; some of these reasons are the presence of features that are
not supported yet. It may be desirable for you to report unsupported signatures differently (for example,
using a question mark rather than an X mark). Any unsupported features encountered can be retrieved
by the use of the function GetUnsupportedFeatures on this class.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool GetVerificationStatus()
Public Function GetVerificationStatus As Boolean
public:
virtual bool GetVerificationStatus() sealed
function GetVerificationStatus();
Return Value
Type:
BooleanA boolean representing whether or not the verification operation was completely successful
See Also