Click or drag to resize

PdfSignerReason Property

Gets or sets the reason for the signing.

The Reason and SignaturePolicyIdentifier cannot both be specified if SignatureLevel is set to PAdES_B_B or higher.

Default value: .


Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntax
public string Reason { get; set; }

Property Value

String
The reason for the signing.
Exceptions
ExceptionCondition
InvalidOperationExceptionValue cannot be set if SignaturePolicyIdentifier is specified and SignatureLevel is PAdES_B_B or higher.
See Also