| SignDocFieldsetName Method |
Set the name of the field
Different document types impose different restrictions on field names.PDF fields have hierarchical field names with components separated by dots.
SignDocDocument.setField() operates on the field having a fully - qualified name which equals the name set by this function.In consequence, SignDocDocument.setField() cannot change the name of a field.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic void setName(
string name
)
Public Sub setName (
name As String
)
public:
void setName(
String^ name
)
member setName :
name : string -> unit
Parameters
- name
- Type: SystemString
Name of the field.
See Also