Property Reason
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Reason
Gets the reason for the signing, such as (I agree…).
public string? Reason { get; }
Property Value
- string
The reason for the signing, such as (I agree…).
Remarks
The value of this property can be null
if the reason is not specified.
Read the Verify PDF signature in C# and VB.NET article for examples of using this property.