Click or drag to resize

PdfFieldValue Property

(Optional; inheritable) The field’s value, whose format varies depending on the field type. See the descriptions of individual field types for further information.

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

Property Value

Object
The field’s value, whose format varies depending on the field type.
See Also