Click or drag to resize

PdfSignatureFieldValue Property

Gets or sets the PdfSignatureField value as an instance of the PdfSignature type.

Setting this property, Appearance gets automatically updated.


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

Property Value

PdfSignature
The PdfSignatureField value as an instance of the PdfSignature type.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe Value can be set to only (thus removing the PdfSignature from the PdfSignatureField). To set a non- value, use any Sign(PdfSigner) method instead.
See Also