signatureImageData Property (original) (raw)

Summary

Gets or sets image base64 data for the signer's signature image.

Syntax

Object.defineProperty(DocumentSignature.prototype, 'signatureImageData', get: function(), set: function(value) )

signatureImageData: string; 

Property Value

The image data for the signer's Signature image. This value can be null.

Remarks

The signature image used for rendering the Signature type in DocumentSignatureFormField.

Requirements

Target Platforms

See Also

DocumentSignature Class

DocumentSignature Members

lt.Document Namespace