ExpertPdf Html to Pdf Converter Library
EmbedFonts Property
NamespacesExpertPdf.HtmlToPdf.PdfDocumentHtmlToPdfElementEmbedFonts
ExpertPdf Html to Pdf Converter Library
When true this options instructs the converter to embed all the true type fonts into the PDF document. The default value is false.
Declaration Syntax
C#Visual BasicVisual C++
public bool EmbedFonts { get; set; }
Public Property EmbedFonts As Boolean
	Get
	Set
public:
property bool EmbedFonts {
	bool get ();
	void set (bool value);
}
Property Value

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