Click or drag to resize
PdfDocumentOptionsGenerateSelectablePdf Property
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.

Namespace: ExpertPdf.HtmlToPdf
Assembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntax
public bool GenerateSelectablePdf { get; set; }

Property Value

Type: Boolean
See Also