PdfFieldReadOnly Property |
If set, the user may not change the value of the field.
Any associated widget annotations will not interact with the user; that is, they will not respond to mouse clicks or change their appearance in response to mouse motions.
This flag is useful for fields whose values are computed or imported from a database.
Namespace: SautinSoft.Pdf.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.10.22
Syntaxpublic bool ReadOnly { get; set; }Public Property ReadOnly As Boolean
Get
Set
Property Value
Boolean
If set, the user may not change the value of the field.
See Also