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

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