Click or drag to resize

PdfFooterOptionsFooterTextFontType Property

The standard PDF font type of the text displayed in the footer. 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 FooterTextFontName propery. Default this property is None and the FooterTextFontName true type font is used.

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

Property Value

Type: PdfFontType
See Also