Class ResultSnapshot
Represents a transition between two document states.
Implements
Inherited Members
Namespace: pdftron.SDF
Assembly: PDFNet.dll
Syntax
public sealed class ResultSnapshot : IDisposable
Methods
CurrentState()
Retrieves the document state to which this transition has transitioned.
Declaration
public DocSnapshot CurrentState()
Returns
Type | Description |
---|---|
DocSnapshot | The current document state |
Dispose()
Declaration
public override sealed void Dispose()
Dispose(bool)
Declaration
[HandleProcessCorruptedStateExceptions]
protected void Dispose(bool A_0)
Parameters
Type | Name | Description |
---|---|---|
bool | A_0 |
~ResultSnapshot()
Declaration
protected ~ResultSnapshot()
IsNullTransition()
Returns whether this transition is a null transition.
Declaration
public bool IsNullTransition()
Returns
Type | Description |
---|---|
bool | Whether this transition is a null transition |
IsOk()
Returns whether this transition is valid or a null transition.
Declaration
public bool IsOk()
Returns
Type | Description |
---|---|
bool | Whether this transition is valid or a null transition |
PreviousState()
Retrieves the document state from which this transition has transitioned.
Declaration
public DocSnapshot PreviousState()
Returns
Type | Description |
---|---|
DocSnapshot | The previous document state |