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

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