[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ISignatureSetup

Interface ISignatureSetup

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Represents the information used to set up a signature packet.

public interface ISignatureSetup

Properties

AllowComments

Gets or sets a bool value specifying whether the signer can enter comments in the Sign dialog box. Read/write.

bool AllowComments { get; set; }

Property Value

bool

Id

Gets the ID of the signature for a document.

Guid Id { get; }

Property Value

System.Guid

ShowSignDate

Gets or sets a bool value indicating whether the date the document was signed should be displayed. Read/write.

bool ShowSignDate { get; set; }

Property Value

bool

SigningInstructions

Gets or sets the instructions for signing the document. Read/write.

string SigningInstructions { get; set; }

Property Value

string

SuggestedSigner

Gets or sets the name of the principle signer of the document. Read/write.

string SuggestedSigner { get; set; }

Property Value

string

SuggestedSignerEmail

Gets or sets the email address of the signer of the document. Read/write.

string SuggestedSignerEmail { get; set; }

Property Value

string

SuggestedSignerLine2

Gets or sets the second line of suggested signer information (for example, title). Read/write.

string SuggestedSignerLine2 { get; set; }

Property Value

string