Checks if the Signature field is valid (verified), based on a standard signature handler.
Checks if the Signature field is valid (verified), based on a standard signature handler.
public bool Verify();
Checks if the Signature field is valid (verified), based on the supplied factory.
public bool Verify(ISignatureHandlerFactory);
Checks if the Signature field is valid.
public bool Verify(SignatureHandler);
SignatureField Class | TallComponents.PDF.Forms.Fields Namespace