PdfSignatureAppearance
ReasonLabel Property
|
The label of signature's reason
Namespace:
Spire.Pdf.Interactive.DigitalSignatures
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public string ReasonLabel { get; set; }
Public Property ReasonLabel As String
Get
Set
public:
property String^ ReasonLabel {
String^ get ();
void set (String^ value);
}
member ReasonLabel : string with get, set
Property Value
Type:
String
See Also