ExpertPdf Html to Pdf Converter Library
ActiveXEnabledInImage Property
NamespacesExpertPdf.HtmlToPdfPdfConverterActiveXEnabledInImage
ExpertPdf Html to Pdf Converter Library
Enable ActiveX (like Flash player ) when converting HTML to a PDF with embedded image. By default this property is true. This property has effect only when generating a PDF with embedded image. (PdfDocumentOptions.GenerateSelectablePdf is false).
Declaration Syntax
C#Visual BasicVisual C++
public bool ActiveXEnabledInImage { get; set; }
Public Property ActiveXEnabledInImage As Boolean
public:
property bool ActiveXEnabledInImage {
	bool get ();
	void set (bool value);
}

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf) Version: 6.2.0.0 (6.2.0.0)