| 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.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
SyntaxPublic Function isModified As Boolean
public:
bool isModified()
member isModified : unit -> bool
Return Value
Type:
Boolean true if the document has unsaved changes, false if
the document does not have unsaved changes.
See Also