PdfConverterActiveXEnabled Property |
Enable ActiveX (like Flash player) when converting HTML to a PDF with selectable text.
By default this property is false.
This property has effect only when generating a PDF with selectable text
(PdfDocumentOptions.GenerateSelectablePdf is true).
Note: This is used only by the IE rendering engine.
Namespace: ExpertPdf.HtmlToPdfAssembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntaxpublic bool ActiveXEnabled { get; set; }
Public Property ActiveXEnabled As Boolean
Get
Set
Property Value
Type:
Boolean
See Also