Enum SignerType
Represents SignerType. The default type is Signer but there is another type, Reviewer. A signer will have to sign on a document received. If the SignerType is reviewer then they don’t have to sign but only can view the document.
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public enum SignerType : int
Fields
Name | Description |
---|---|
InPersonSigner | Enum InPersonSigner for value: InPersonSigner |
Reviewer | Enum Reviewer for value: Reviewer |
Signer | Enum Signer for value: Signer |