Show / Hide Table of Contents

Class ResultSnapshot

Represents a transition between two document states.

Inheritance
object
ResultSnapshot
Implements
IDisposable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
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

Implements

IDisposable
In This Article
Back to top Generated by DocFX