Click or drag to resize

PdfFieldScriptChanged Property

Gets or sets a value indicating that a PDF JavaScript event changed a part of this object.

Namespace:  RadPdf.Data.Document.Objects.FormFields
Assembly:  RadPdf (in RadPdf.dll) Version: 5.8.0.0 (5.8.0.0)
Syntax
public bool ScriptChanged { get; set; }

Property Value

Type: Boolean
Remarks

If IsLocked is true, setting this property to false will instruct RAD PDF to ignore any client side / PDF JavaScript caused changes to this object. This property can not be set to true manually.

RAD PDF sets this value to true after a JavaScript changes a normally locked form field value (e.g. the Field.display value is changed, the options list via the .setItems() method, etc).

See Also