Discuss this help topic in SecureBlackbox Forum
Adds an item to the list.
Declaration
Parameters
- Text - the text to be added.
- X - horizontal offset of the displayed text.
- Y - vertical offset of the displayed text.
- FontSize - text's font size.
- FontSizeX - horizontal font size.
- FontSizeY - vertical font size.
- ATextData - TElPDFSignatureWidgetText object to be added.
Return value
On success, returns the index of the newly added item in the list.
On failure, returns -1.
Description
Call this method to add new text to the list.
Discuss this help topic in SecureBlackbox Forum