ExpertPdf Html to Pdf Converter Library
FooterTextFontType Property
NamespacesExpertPdf.HtmlToPdfPdfFooterOptionsFooterTextFontType
ExpertPdf Html to Pdf Converter Library
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.
Declaration Syntax
C#Visual BasicVisual C++
public PdfFontType FooterTextFontType { get; set; }
Public Property FooterTextFontType As PdfFontType
	Get
	Set
public:
property PdfFontType FooterTextFontType {
	PdfFontType get ();
	void set (PdfFontType value);
}
Property Value

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)