Click or drag to resize

PdfWebControlDisablePdfJavaScript Property

Gets or sets a value indicating whether JavaScript from the PDF document loaded in this PdfWebControl is disabled.

Namespace:  RadPdf.Web.UI
Assembly:  RadPdf (in RadPdf.dll) Version: 3.40.0.0 (3.40.0.0)
Syntax
public bool DisablePdfJavaScript { get; set; }

Property Value

Type: Boolean
true if JavaScript from the document (including calculation and formatting scripts) should be disabled; otherwise false JavaScript is enabled. The default is false.
Remarks

Some PDF features, including PDF form field calculations and PDF form field formatting, rely on JavaScript. Disabling JavaScript will also disable these features.

See Also