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
Parameter | Description |
---|---|
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: |