RolledBackDocument Class Documentation
classRolledBackDocumentNamespace:datalogics_interface
Detailed Description
A class representing a Rolled back instance of a PDF document that was previously saved Incrementally.
Constructor & Destructor Documentation
RolledBackDocument
RolledBackDocument(RolledBackDocument &&)Parameters
~RolledBackDocument
~RolledBackDocument()Member Function Documentation
close_document
voidclose_document()Returns:
voidThis closes both the underlying file and the PDF document handle. After calling this method, the object should no longer be used.
operator=
RolledBackDocument &operator=(RolledBackDocument &&)Parameters
Returns:
RolledBackDocument &save
voidsave(const std::string &path)Parameters
path: const std::string &The file system path where the rolled-back document will be saved.
Returns:
voidThe document is saved in full (non-incremental) mode.