Documents for PDF, .NET Edition Documentation
ReadOnly Property (Field)

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.AcroForms Namespace > Field Class : ReadOnly Property
Gets or sets a value indicating whether 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.
Syntax
'Declaration
 
Public Property ReadOnly As System.Boolean
public System.bool ReadOnly {get; set;}
See Also

Reference

Field Class
Field Members