Click or drag to resize

DocSnapshot Class

Represents a state of the document.
Inheritance Hierarchy
SystemObject
  pdftron.SDFDocSnapshot

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

The DocSnapshot type exposes the following members.

Methods
  NameDescription
Public methodClose
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodEquals(DocSnapshot)
Returns whether this snapshot's document state is equivalent to another.
Public methodGetHash
Returns a hash that is unique to particular document states.
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 methodIsValid
Returns whether this snapshot is valid.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also