Click or drag to resize
SignDocFieldgetSignatureType Method
Get the signature type of a signature field. For TIFF documents, only approval signatures are available. For st_certification, you should display "certified by ..." rather than "signed by ...".

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public SignatureType getSignatureType()

Return Value

Type: SignatureType
The signature type: st_not_a_signature_field, st_not_signed, st_approval, st_certification, or st_document_time_stamp.
See Also