[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.SignatureDetails.SignatureComments

SignatureComments Property

SignatureComments

Gets or sets the signature comments entered in the sign dialog.

Use this property to retrieve the comment text stored in this SignatureDetails instance for a digital signature.

Declaration
public string SignatureComments { get; set; }
Public Property SignatureComments As String
Examples
SignatureDetails details = new SignatureDetails();
details.SignatureComments = "Approved for release";
string comments = details.SignatureComments;