Class SignatureFrameSettings
The Signature Frame Settings.
public class SignatureFrameSettings
- Inheritance
-
SignatureFrameSettings
- Inherited Members
Properties
EnableSignatureFrame
Gets or sets a value indicating whether the signature frame around the signature is enabled.
[DataMember(Name = "enableSignatureFrame", EmitDefaultValue = false)]
public bool EnableSignatureFrame { get; set; }
Property Value
ShowRecipientEmail
Gets or sets a value indicating whether show signer's email address.
[DataMember(Name = "showRecipientEmail", EmitDefaultValue = false)]
public bool ShowRecipientEmail { get; set; }
Property Value
ShowRecipientName
Gets or sets a value indicating whether show signer's full name.
[DataMember(Name = "showRecipientName", EmitDefaultValue = false)]
public bool ShowRecipientName { get; set; }
Property Value
ShowTimeStamp
Gets or sets a value indicating whether show date and time when the document was signed.
[DataMember(Name = "showTimeStamp", EmitDefaultValue = false)]
public bool ShowTimeStamp { get; set; }