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

C# | Visual Basic | Visual C++ |
public PdfFontType PageNumberTextFontType { get; set; }
Public Property PageNumberTextFontType As PdfFontType Get Set
public: property PdfFontType PageNumberTextFontType { PdfFontType get (); void set (PdfFontType value); }

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