RolledBackDocument Class Documentation
classRolledBackDocumentNamespace:com::datalogics::PDFL
Detailed Description
A class representing a Rolled back instance of a PDF document that was previously saved Incrementally.
Referenced by
Member Function Documentation
DisposeChildren
voidDisposeChildren()Returns:
void[static initializer]
static void[static initializer]()closeDocument
voidcloseDocument()Returns:
voidCloses the rolled-back document and releases its associated file resources. This closes both the underlying file and the PDF document handle. After calling this method, the object should no longer be used.
delete
synchronized voiddelete(Booleandisposing)Parameters
disposing: Boolean
Returns:
synchronized voiddelete
synchronized voiddelete()Returns:
synchronized voidfinalize
voidfinalize()Returns:
voidsave
voidsave(StringnewPath)Parameters
newPath: StringThe file system path where the rolled-back document will be saved.
Returns:
voidSaves the Rolled back document instance using the specified path to disk. The document is saved in full (non-incremental) mode.