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: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public bool VerifyDocModified()
Public Function VerifyDocModified As Boolean
public:
bool VerifyDocModified()
member VerifyDocModified : unit -> bool 

Return Value

Boolean

See Also