PdfSignature
VerifyDocModified Method
|
Check if the document was altered after signed. True if modified; otherwise false.
Namespace:
Spire.Pdf.Security
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool VerifyDocModified()
Public Function VerifyDocModified As Boolean
public:
bool VerifyDocModified()
member VerifyDocModified : unit -> bool
Return Value
Type:
Boolean
See Also