PdfWebControlLiteCspSaferRendering Property |
Namespace: RadPdf.Web.UI
This can be used to ask RAD PDF to render without inline scripts or styles, allowing for safe compliance with a CSP (Content Security Policy). This may cause the iframe to show a border or frame around it.
If true, it is recommended that a page level style set the border for iframe elements to 0.
If true, the control will act as if the DisablePdfJavaScript property is also true, preventing PDF form field JavaScript from being run, which may cause some calculation and formatting scripts to no longer function. The most commonly used calculation and formatting scripts are safely reimplemented. Please contact Red Software for more information.
In a future version, this property's default may change to true.