Click or drag to resize
Pdf Library for .NET

PdfToTextHtmlCharset Property

The charset meta tag added to the generated HTML document when the GetHtml() method is used. The default value is UTF-8.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public string HtmlCharset { get; set; }

Property Value

Type: String
See Also