signerID Property (original) (raw)
Summary
Gets or sets the signature field signer's ID.
Syntax
Object.defineProperty(DocumentSignatureFormField.prototype, 'signerID',
get: function(),
set: function(value)
)
Property Value
The signature field signer's ID.
Remarks
The signer's ID used to link the DocumentSignatureFormField with a DocumentSignature resource object which has the resources needed to render the user signature.
Requirements
See Also
DocumentSignatureFormField Class