save If Modified Async
Saves the image document to its original location if it has been changed. If there were no changes, the image document file will not be modified. Note that this may take a while and should not be called on the main thread.
Return
Single observable returning true if the file was modified and changes were saved. false if there was nothing to save.
Saves the image document to its original location if it has been changed. If there were no changes, the image document file will not be modified. Note that this may take a while and should not be called on the main thread.
Return
Single observable returning true if the file was modified and changes were saved. false if there was nothing to save.
Parameters
If true image document will be saved to its original location together with the generated Pdf document in the metadata, when false Pdf in the metadata will be purged if any, and the saving will take effect persistently.
Saves the image document to its original location if it has been changed. If there were no changes, the image document file will not be modified. Note that this may take a while and should not be called on the main thread.
Return
Single observable returning true if the file was modified and changes were saved. false if there was nothing to save.
Parameters
Save options for the document.
If true image document will be saved to its original location together with the generated Pdf document in the metadata, when false Pdf in the metadata will be purged if any, and the saving will take effect persistently.