Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / Field Class / ReadOnly Property

In This Topic
    ReadOnly Property (Field)
    In This Topic
    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