ExpertPdf Html to Pdf Converter Library
GenerateSelectablePdf Property
NamespacesExpertPdf.HtmlToPdfPdfDocumentOptionsGenerateSelectablePdf
ExpertPdf Html to Pdf Converter Library
When this property is true the generated PDF will contain selectable text. When this property is false, the converter will embed a snapshot image of the HTML document in PDF. The default value of this property is true.
Declaration Syntax
C#Visual BasicVisual C++
public bool GenerateSelectablePdf { get; set; }
Public Property GenerateSelectablePdf As Boolean
	Get
	Set
public:
property bool GenerateSelectablePdf {
	bool get ();
	void set (bool value);
}
Property Value

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)