/
SetDynamicStampText

SetDynamicStampText

Declaration

Delphi

procedure SetDynamicStampText(stampText : PAnsiChar); stdcall;

ActiveX

HRESULT _stdcall SetDynamicStampText([in] BSTR stampText);

 

Description

This function allows to add additional formatting to the text, which is to be used as stamp in AddSignature, if its showNameAndDate parameter is set to False.

Simple HTML-like tags are supported:

  • Bold: <b></b>
  • Italic: <i></i>
  • Underline: <u></u>
  • Fontsize: <s></s> (Currently this just can increase the font size)
  • <br> - line break
  • <vaTop>, <vaCenter>, <vaBottom> Alignment of Text, Text is placed at top,center or bottom of signature field
  • <haLeft>,<haCenter>,<haRight> Alignment of the lines, left, centered or right

 

Parameters

ParameterDescription
stampText

String with formatting tags.

For example,

"Signed by:AndyErd<br>Reason:<b>confirmation</b> if Contract<br>Time:<i>01/01/2012</i>"

would look like this:

Related content

AddSignature
AddSignature
More like this
SetSignDocMode
SetSignDocMode
More like this
SetSignatureFrameParams
SetSignatureFrameParams
More like this
OnGetSignedDocHash
OnGetSignedDocHash
Read with this
SetSignText
More like this
AddSignatureField
AddSignatureField
More like this