| SignDocFieldsetAlternateName Method |
Set the alternate name of the field.
The alternate name(if present) should be used for displaying the field name in a user interface.Currently, only PDF documents support alternate field names.
Namespace:
de.softpro.signdocsdk
Assembly:
SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.7023.29499
Syntaxpublic void setAlternateName(
string name
)
Parameters
- name
- Type: SystemString
The alternate name of the field, empty to
remove any alternate field name. Use
SignDocDocument.withEscapeSequence() to
add a language code.See
#f_require_alternate_field_name for details.
See Also