ExpertPdf Html to Pdf Converter Library
HeaderTextFontType Property
NamespacesExpertPdf.HtmlToPdfPdfHeaderOptionsHeaderTextFontType
ExpertPdf Html to Pdf Converter Library
The standard PDF font type of the text displayed in the header. 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 HeaderTextFontName propery. Default this property is None and the HeaderTextFontName true type font is used.
Declaration Syntax
C#Visual BasicVisual C++
public PdfFontType HeaderTextFontType { get; set; }
Public Property HeaderTextFontType As PdfFontType
	Get
	Set
public:
property PdfFontType HeaderTextFontType {
	PdfFontType get ();
	void set (PdfFontType value);
}
Property Value

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