| SignDocDocumentremoveField Method |
Remove a field.
Removing a field of a TIFF document will invalidate all signatures.
Namespace:
de.softpro.signdocsdk
Assembly:
SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntaxpublic void removeField(
string name
)
Parameters
- name
- Type: SystemString
The fully-qualified name of the field.
See Also