Click or drag to resize
SignDocChange Class
A single change made to a PDF document after a signature.
Inheritance Hierarchy
SystemObject
  de.softpro.signdocsdkSignDocChange

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public sealed class SignDocChange : IDisposable

The SignDocChange type exposes the following members.

Methods
  NameDescription
Public methodDispose
Releases all resources used by the SignDocChange
Public methodgetAnnotationType
Get the type of the annotation of a change made after this signature.
Public methodgetFieldType
Get the type of the field.
Public methodgetName
Get the name of the changed field, annotation, or attachment. For change types FieldAdded, FieldRemoved, FieldModified, AnnotationAdded, AnnotationRemoved, AnnotationModified, AttachmentAdded, AttachmentRemoved, and AttachmentModified, the name of the changed field, annotation, or attachment can be retrieved by calling this function.
Public methodgetPage
Get the page number of a change made after this signature.
Public methodgetType
Get the type of the change.
Public methodToString (Overrides ObjectToString.)
Top
See Also