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

Namespace: TallComponents.PDF.Forms.Fields
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public bool Verify()
Visual Basic
Public Function Verify As Boolean

Return Value

Returns if this signature field is valid or not, with the default signature handler factory.

Remarks

False is returned if the signature is not signed. Note that the document can be modified after signing, meaning that an update is append to this document.

See Also