RolledBackDocument Class Documentation
classRolledBackDocument : SystemIDisposableNamespace:Datalogics::PDFL
- Inherits from:
SystemIDisposable
Detailed Description
A class representing a Rolled back instance of a PDF document that was previously saved Incrementally.
Referenced by
Uses types
Constructor & Destructor Documentation
RolledBackDocument
RolledBackDocument(RolledBackDocumentrhs, InternalConstructsignifier)Parameters
rhs: RolledBackDocumentsignifier: InternalConstruct
~RolledBackDocument
~RolledBackDocument()Member Function Documentation
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.
ConstructorRetrieve
static RolledBackDocumentConstructorRetrieve(System.IntPtrignored)Parameters
ignored: System.IntPtr
Returns:
RolledBackDocumentDispose
voidDispose()Returns:
voidDisposeChildren
voidDisposeChildren()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.