Click or drag to resize
SignDocSignatureParametersaddTextItem Method
Add another string to be displayed, top down. For DigSig signature fields, this function adds another string to the appearance stream of PDF documents. The first call clears any default strings. The default values depend on the profile passed to SignDocDocument.createSignatureParameters().
ProfileValue
""#ti_signer/#tg_master, #ti_sign_time/#tg_master
"image"(empty)
The paragraph direction is 0 which is treated like #tid_ltr. See also blob parameter "Template".

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public void addTextItem(
	TextItem item,
	TextGroup group
)

Parameters

item
Type: de.softpro.signdocsdk.Enums.ESignatureParametersTextItem
Select the string to be added (ti_signer etc.)
group
Type: de.softpro.signdocsdk.Enums.ESignatureParametersTextGroup
The string's group for font size computation (tg_master or tg_slave).
See Also