Call this function to determine whether the document has been modified since
it was last saved.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function IsModified As Boolean
public:
virtual bool IsModified() sealed
Return Value
Type:
Boolean - true if document was modified, false otherwise
See Also