[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.AcroForms.Field.ReadOnly

ReadOnly Property

ReadOnly

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.

Declaration
public bool ReadOnly { get; set; }
Public Property [ReadOnly] As Boolean