PdfSignature
Reason Property
|
Gets or sets reason of signing.
The reason for the signing, such as ( I agree … ).
Namespace:
Spire.Pdf.Interactive.DigitalSignatures
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public 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