Click or drag to resize

CPDFSignerIsSignVerified Property

Indicates whether the signature is valid.

Namespace:  ComPDFKit.DigitalSign
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public bool IsSignVerified { get; }

Property Value

Type: Boolean
Remarks

Valid implies that the document has not been tampered with.

Note: At first, please call the VerifySignatureWithDocument(CPDFDocument) to refresh, or you may get inaccurate results.

See Also