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:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public bool GenerateSelectablePdf { get; set; }

Property Value

Type: Boolean
See Also