PdfDigitalSignatureReason Property |
The reason for the signing, such as (I agree…).
Namespace: GroupDocs.Signature.DomainAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.7.0.0 (22.7)
Syntaxpublic string Reason { get; set; }
Public Property Reason As String
Get
Set
public:
property String^ Reason {
String^ get ();
void set (String^ value);
}
member Reason : string with get, set
Property Value
Type:
String
See Also