Gets or sets reason of signing.
Namespace: Spire.Pdf.SecurityAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
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