Click or drag to resize

copySignatureTo Method

Copies the signature value (drawn, typed, or uploaded) of one PdfSignatureShape to another.

Syntax
JavaScript
function copySignatureTo(obj);

Parameters

obj

Type: PdfObject Class

The object to clone this object's value to.

Remarks

Both objects must be part of the same document.

See Also