The SignatureData class encapsulates information about the result of signing.

Syntax

public class SignatureData
Public Class SignatureData

Constructors

Constructor Description
SignatureData Creates a new instance of the Web.MVC.DocumentViewer.SignatureData class.

Properties

Property Description
CustomSignatureData Specifies custom data about the signature process.
CustomSigning Specifies whether the signing process is handled within custom code.
DocumentData Specifies the compressed data of the document.
DocumentName Specifies the document's name.
FormFields Specifies a collection of completed form fields.
Initials Specifies the initials of the signer that is supposed to sign the document.
RedirectUrl Specifies an Url that is used for a redirection after a successful signing process.
SignatureBoxName Specifies the name of a TextFrame that is used to define this textframe as a signature box.
SignatureBoxes The state of the signature-boxes.
SignatureImage Specifies the image data, encoded as Base-64, of the signature.
SignedDocument Specifies the result of the default-signing process (e.g.
UniqueId Specifies a unique document string that is rendered on the document.