Click or drag to resize

ResultSnapshot Class

Represents a transition between two document states.
Inheritance Hierarchy
SystemObject
  pdftron.SDFResultSnapshot

Namespace:  pdftron.SDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public sealed class ResultSnapshot : IClosable

The ResultSnapshot type exposes the following members.

Methods
  NameDescription
Public methodClose
Public methodCurrentState
Retrieves the document state to which this transition has transitioned.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsNullTransition
Returns whether this transition is a null transition.
Public methodIsOk
Returns whether this transition is valid or a null transition.
Public methodPreviousState
Retrieves the document state from which this transition has transitioned.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also