Gets or sets a flag indicating if the HTML viewer extensions are executed during HTML to PDF conversion. The default value is false and no extension is executed.
The Flash player for Google Chrome must be installed in order to execute the flash content from HTML
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public bool ExtensionsEnabled { get; set; } |
| Visual Basic |
|---|
Public Property ExtensionsEnabled As Boolean
Get
Set |
| Visual C++ |
|---|
public:
property bool ExtensionsEnabled {
bool get ();
void set (bool value);
} |
Property Value
Type:
Boolean
See Also