RolledBackDocument Class Documentation

classRolledBackDocument : SystemIDisposable

Namespace:Datalogics::PDFL

Inherits from:
SystemIDisposable

Detailed Description

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

Uses types

Constructor & Destructor Documentation

~RolledBackDocument

~RolledBackDocument()

Member Function Documentation

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.

Dispose

voidDispose()

Returns:

void

DisposeChildren

voidDisposeChildren()

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.