var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormFieldJS(document, name); var returnValue; // Type: any // Parameters var value; // Type: boolean returnValue = instance.set_IsReadOnly(value);
function set_IsReadOnly(
valueA value indicating whether the field is read-only.: boolean
) : any;
Parameters
- value
- A value indicating whether the field is read-only.