Click or drag to resize

PdfHeaderOptionsHeaderSubtitleTextFontType Property

The standard PDF font type of the text displayed in the header subtitle. The standard PDF fonts don't support unicode texts. In order to use a Unicode text you have to set this propery to None and define the true type font using the HeaderSubtitleTextFontName propery. Default this property is None and the HeaderSubtitleTextFontName true type font is used.

Namespace:  ExpertPdf.HtmlToPdf
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public PdfFontType HeaderSubtitleTextFontType { get; set; }

Property Value

Type: PdfFontType
See Also