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)
Syntaxpublic bool DisablePdfJavaScript { get; set; }
Public Property DisablePdfJavaScript As Boolean
Get
Set
Property Value
Type:
Booleantrue 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