Click or drag to resize
SignDocDocumentisModified Method
Check if the document has unsaved changes. Note that this function might report unsaved changes directly after loading the document if the document is changed during loading by the underlying PDF library.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public bool isModified()

Return Value

Type: Boolean
true if the document has unsaved changes, false if the document does not have unsaved changes.
See Also