RolledBackDocument Class Documentation

classRolledBackDocument

Namespace:com::datalogics::PDFL

Detailed Description

A class representing a Rolled back instance of a PDF document that was previously saved Incrementally.

Member Function Documentation

DisposeChildren

voidDisposeChildren()

Returns:

void

[static initializer]

static void[static initializer]()

closeDocument

voidcloseDocument()

Returns:

void

Closes 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 void

delete

synchronized voiddelete()

Returns:

synchronized void

finalize

voidfinalize()

Returns:

void

save

voidsave(StringnewPath)

Parameters

newPath: String

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

Returns:

void

Saves the Rolled back document instance using the specified path to disk. The document is saved in full (non-incremental) mode.