RolledBackDocument Class Documentation

classRolledBackDocument

Namespace: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()

Member Function Documentation

close_document

voidclose_document()

Returns:

void

This closes both the underlying file and the PDF document handle. After calling this method, the object should no longer be used.

save

voidsave(const std::string &path)

Parameters

path: const std::string &

The file system path where the rolled-back document will be saved.

Returns:

void

The document is saved in full (non-incremental) mode.