Click or drag to resize

CPDFSignatureVerifySignatureWithDocument Method

Refresh the status of this signature, including whether the signature is valid, trusted, or expired.

Namespace:  ComPDFKit.DigitalSign
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public void VerifySignatureWithDocument(
	CPDFDocument document
)

Parameters

document
Type: ComPDFKit.PDFDocumentCPDFDocument
CPDFDocument object
Remarks

Calling Time: When you need to check the signature status after loaded a new document or when the document has changed.

Note: Calling this method on large documents may take a considerable amount of time.

See Also