Click or drag to resize
Pdf Library for .NET

HtmlToPdfOptionsPluginsEnabled Property

A flag indicating if plugins (like Flash players) are enabled in the converter.

Namespace: SelectPdf
Assembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntax
public bool PluginsEnabled { get; set; }

Property Value

Boolean
Remarks
The default value for this property is true.
See Also