Click or drag to resize
SignDocSignatureParametersaddTextItem2 Method
Add another string to be displayed, top down, with paragraph direction. 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)
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 addTextItem2(
	TextItem item,
	TextGroup group,
	HorizontalAlignment HAlignment,
	TextItemDirection direction
)

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).
HAlignment
Type: de.softpro.signdocsdk.Enums.ESignatureParametersHorizontalAlignment
Horizontal alignment. This value overrides integer parameter "TextHAlignment" unless it is #ha_default.
direction
Type: de.softpro.signdocsdk.Enums.ESignatureParametersTextItemDirection
The paragraph direction: 0, #tid_ltr, #tid_rtl, #tid_default_ltr, or #tid_default_rtl. 0 is treated like #tid_ltr.
See Also