VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.JavaScriptApi Namespace / PdfJsField Class / readonly Property
Syntax Requirements SeeAlso
In This Topic
    readonly Property (PdfJsField)
    In This Topic
    Gets or sets a value indicating whether the field is read-only.
    Syntax
    'Declaration
    
    Public Property readonly As Boolean
    
    
    public bool readonly { get; set; }
    
    
    public: __property bool get_readonly();
    public: __property void set_readonly(
    bool value
    );
    public:
    property bool readonly { bool get(); void set(bool value); }

    Property Value

    True - the user may NOT change the value of the field; any associated widget annotations will not interact with the user, i.e. they will not respond to mouse clicks or change their appearance in response to mouse motions.
    false - the user may change the value of the field.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also