[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IReadOnlySignatureDetails.CommitmentTypeDescription

CommitmentTypeDescription Property

CommitmentTypeDescription

Gets the "commitment type description" field in the "sign" dialog.

Use this property to read the commitment type description stored in the signature metadata returned by Details.

Declaration
string CommitmentTypeDescription { get; }
ReadOnly Property CommitmentTypeDescription As String
Examples
workbook.Open(GetSignedWorkbookStream());
ISignature signature = workbook.Signatures[0];
IReadOnlySignatureDetails details = signature.Details;
string commitmentTypeDescription = details.CommitmentTypeDescription;