Gets or sets the reason The reason for the signing, such as ( I agree ?).

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public string Reason { get; set; }
Visual Basic
Public Property Reason As String
	Get
	Set
Visual C++
public:
property String^ Reason {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: String

See Also