Method SetSignText
SetSignText(String, Int32)
Sets the text to be shown in the display during signing.
Declaration
public Error SetSignText(string text, int fontSize)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | The text. |
System.Int32 | fontSize | Pass zero to let the library pick a suitable font size. |
Returns
Type | Description |
---|---|
Error | Success in case of success. |