PDFReaderControls.NET Professional Type Reference

SignatureField.Verify Method

Checks if the Signature field is valid (verified), based on a standard signature handler.

Overload List

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);

See Also

SignatureField Class | TallComponents.PDF.Forms.Fields Namespace